Skip to content

Commit

Permalink
Merge pull request JuliaLang#13608 from JuliaLang/revert-13604-patch-1
Browse files Browse the repository at this point in the history
Revert "Update types.rst"
  • Loading branch information
malmaud committed Oct 14, 2015
2 parents d53ea25 + 7e4edbb commit 7408142
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 @@ -1302,7 +1302,7 @@ are safe. At present, the interface consists of four possible interactions:
- Access the value of a :obj:`Nullable` object with a guarantee that a
:exc:`NullException` will be thrown if the object's value is missing.
- Access the value of a :obj:`Nullable` object with a guarantee that a default
value of type ``T`` will be returned if the object's value is not missing.
value of type ``T`` will be returned if the object's value is missing.

Constructing :obj:`Nullable` objects
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 7408142

Please sign in to comment.