Skip to content

Commit

Permalink
another line number doctest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Jun 17, 2016
1 parent 081c049 commit 7d54836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ You can safely access the value of a :obj:`Nullable` object using :func:`get`:

julia> get(Nullable{Float64}())
ERROR: NullException()
in get at nullable.jl:30
in get at nullable.jl:32

julia> get(Nullable(1.0))
1.0
Expand Down

0 comments on commit 7d54836

Please sign in to comment.