Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/user/subtelties.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The ``sproduce`` function makes it possible to produce modules generated algorit
m = ParamModule('toto')
sproduce (Lstring([m]))

Advantage is that modules can be created on the fly. However, if you then try to math the produced module with
Advantage is that modules can be created on the fly. However, if you then try to match the produced module with
rules such as the following one, it may not work.::

toto --> F
Expand All @@ -90,4 +90,4 @@ Thus the rule::

toto --> F

will be correctly interpreted as one module toto being transformed into one F.
will be correctly interpreted as one module toto being transformed into one F.