Skip to content

Commit 6c94b90

Browse files
authored
Merge pull request lf-lang#221 from lf-lang/typo
Fixed typo in preamble docs
2 parents eeda2b1 + 096d1b3 commit 6c94b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing-reactors/preambles.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Not surprisingly, this will print:
8787

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

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

0 commit comments

Comments
 (0)