Skip to content

Commit

Permalink
Fixed a typo in Preambles.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mishadynin committed Nov 21, 2023
1 parent 8d0f127 commit 962cf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/documentation/copy/en/topics/Preambles.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Not surprisingly, this will print:

(The order in which these are printed is arbitrary because the reactions can execute in parallel.)

To share a function across _reactors_, however, is a bit trickers.
To share a function across _reactors_, however, is a bit trickier.
A $preamble$ that is put outside the $reactor$ definition can only contain
_declarations_ not _definitions_ of functions or variables.
The following code, for example will **fail to compile**:
Expand Down

0 comments on commit 962cf17

Please sign in to comment.