Skip to content

Commit

Permalink
Merge pull request JuliaLang#12213 from pkofod/patch-2
Browse files Browse the repository at this point in the history
Remove a small "typo"
  • Loading branch information
ivarne committed Jul 19, 2015
2 parents cb0f807 + a255f6f commit 48e3cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/metaprogramming.rst
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ We can view the quoted return expression using the function :func:`macroexpand`
(**important note:** this is an extremely useful tool for debugging macros)::

julia> ex = macroexpand( :(@sayhello("human")) )
:(println("Hello, ","human","!"))
:(println("Hello, ","human"))
^^^^^^^
interpolated: now a literal string

Expand Down

0 comments on commit 48e3cc0

Please sign in to comment.