Skip to content

Commit

Permalink
doc: fix outdated output msg in the assert example [av skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
gloine committed Nov 9, 2015
1 parent 8b2e807 commit e10e039
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 @@ -545,7 +545,7 @@ This macro can be used like this:
julia> @assert 1==1.0

julia> @assert 1==0
ERROR: AssertionError: 1 == 0
ERROR: Assertion failed: 1 == 0

In place of the written syntax, the macro call is expanded at parse time to
its returned result. This is equivalent to writing::
Expand Down

0 comments on commit e10e039

Please sign in to comment.