We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eeda2b1 + 096d1b3 commit 6c94b90Copy full SHA for 6c94b90
docs/writing-reactors/preambles.mdx
@@ -87,7 +87,7 @@ Not surprisingly, this will print:
87
88
(The order in which these are printed is arbitrary because the reactions can execute in parallel.)
89
90
-To share a function across _reactors_, however, is a bit trickers.
+To share a function across _reactors_, however, is a bit trickier.
91
A `preamble` that is put outside the `reactor` definition can only contain
92
_declarations_ not _definitions_ of functions or variables.
93
The following code, for example will **fail to compile**:
0 commit comments