Skip to content

Commit

Permalink
[docs] Typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Hernandez <[email protected]>
  • Loading branch information
cnhz95 committed Dec 10, 2024
1 parent 30bf31e commit 010b7f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/manual/decorators/parameter.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ this will be included in the binary

## Parametric for statement

You can add the `@parameter` decorator to an `for` loop to create a loop that's
You can add the `@parameter` decorator to a `for` loop to create a loop that's
evaluated at compile time. The loop sequence and induction values must be
a valid parameter expressions (that is, an expressions that evaluate at compile
valid parameter expressions (that is, expressions that evaluate at compile
time).

This has the effect of "unrolling" the loop.
Expand Down

0 comments on commit 010b7f0

Please sign in to comment.