Skip to content

Commit 57667a0

Browse files
doc(inline): typeo usualy instead of usually
Co-Authored-By: Nicolas Stucki <[email protected]>
1 parent 317a8b1 commit 57667a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/metaprogramming/inline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ power(expr, 10)
123123
Parameters of inline methods can have an `inline` modifier as well. This means
124124
that actual arguments to these parameters will be inlined in the body of the
125125
`inline def`. `inline` parameters have call semantics equivalent to by-name parameters
126-
but allow for duplication of the code in the argument. It is usualy useful constant
126+
but allow for duplication of the code in the argument. It is usually useful when constant
127127
values need to be propagated to allow further optimizations/reductions.
128128

129129
The following example shows the difference in translation between by-value, by-name and `inline`

0 commit comments

Comments
 (0)