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.
2 parents b5a6963 + 688a244 commit 49c4a12Copy full SHA for 49c4a12
docs/docs/reference/metaprogramming/inline.md
@@ -42,7 +42,7 @@ method will always be inlined at the point of call.
42
43
In the inlined code, an `if-then-else` with a constant condition will be rewritten
44
to its `then`- or `else`-part. Consequently, in the `log` method above the
45
-`if (Config.loggi0ng)` with `Config.logging == true` will get rewritten into its
+`if (Config.logging)` with `Config.logging == true` will get rewritten into its
46
`then`-part.
47
48
Here's an example:
0 commit comments