diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-08-02 22:35:41 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-08-02 22:35:41 +0100 |
commit | 328f632518cf6b25856875f2652873edec43e933 (patch) | |
tree | 2bd0413695dd300bed4fcbb83efa5bca50a0ce3b /lib/system.nim | |
parent | 7af92708af94164cd1373be85a06dd4cc4e4439e (diff) | |
parent | 05754377621e43f32aafbeb149c1bd5927afd430 (diff) | |
download | Nim-328f632518cf6b25856875f2652873edec43e933.tar.gz |
Merge pull request #3176 from zielmicha/ofoperator
Improve discoverability of 'of' operator
Diffstat (limited to 'lib/system.nim')
-rw-r--r-- | lib/system.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/system.nim b/lib/system.nim index dd1a0721a..383002fcf 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -487,6 +487,7 @@ type ## See the full `exception hierarchy`_. ObjectConversionError* = object of Exception ## \ ## Raised if an object is converted to an incompatible object type. + ## You can use ``of`` operator to check if conversion will succeed. ## ## See the full `exception hierarchy`_. FloatingPointError* = object of Exception ## \ |