Skip to content

Commit

Permalink
[External] [docs] Typo fix (#52539)
Browse files Browse the repository at this point in the history
[External] [docs] Typo fix

Co-authored-by: Christian Hernandez <[email protected]>
Closes #3853
MODULAR_ORIG_COMMIT_REV_ID: cb525f70b5a3dfa9afd457080a4fb62d3615c429
  • Loading branch information
cnhz95 authored and modularbot committed Dec 11, 2024
1 parent 0c26ac9 commit eabc67c
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 eabc67c

Please sign in to comment.