Skip to content

Commit

Permalink
Merge pull request #11796 from zhmz90/master
Browse files Browse the repository at this point in the history
Add a missing parenthesis in metaprogramming.rst
  • Loading branch information
tkelman committed Jun 21, 2015
2 parents 19de000 + d467da1 commit cb77503
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 @@ -525,7 +525,7 @@ is to call the :func:`show` function within the macro body::
julia> @showarg(1+1)
:(1 + 1)

julia> @showarg(println("Yo!")
julia> @showarg(println("Yo!"))
:(println("Yo!"))


Expand Down

0 comments on commit cb77503

Please sign in to comment.