We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317a8b1 commit 57667a0Copy full SHA for 57667a0
docs/docs/reference/metaprogramming/inline.md
@@ -123,7 +123,7 @@ power(expr, 10)
123
Parameters of inline methods can have an `inline` modifier as well. This means
124
that actual arguments to these parameters will be inlined in the body of the
125
`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
+but allow for duplication of the code in the argument. It is usually useful when constant
127
values need to be propagated to allow further optimizations/reductions.
128
129
The following example shows the difference in translation between by-value, by-name and `inline`
0 commit comments