Skip to content

Commit 7e772cd

Browse files
authored
Update preambles.mdx
1 parent ef36035 commit 7e772cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing-reactors/preambles.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ By having the `preamble` inside the reactor, you can define any functions or mac
474474
This will allow you to reuse code across different reactions easily within the same reactor.
475475
This also can allow us to change the scope of items using the `use` statement.
476476

477-
For example, the follow reactor brings the constant `PI` into scope and print out the first 15 digits of pi:
477+
For example, the follow reactor brings the constant `PI` into scope and prints out the first 15 digits of pi:
478478

479479
```lf-rs
480480
target Rust;

0 commit comments

Comments
 (0)