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 58967c9 commit 8f4d569Copy full SHA for 8f4d569
doc/manual/metaprogramming.rst
@@ -1034,7 +1034,7 @@ These examples are hopefully helpful to illustrate how generated functions
1034
work, both in the definition end and at the call site; however, *don't
1035
copy them*, for the following reasons:
1036
1037
-* the ``foo`` function has side-effects (the call to `Core.println`), and it is undefined exactly when,
+* the ``foo`` function has side-effects (the call to ``Core.println``), and it is undefined exactly when,
1038
how often or how many times these side-effects will occur
1039
* the ``bar`` function solves a problem that is better solved with multiple
1040
dispatch - defining ``bar(x) = x`` and ``bar(x::Integer) = x ^ 2`` will do
0 commit comments