summary refs log tree commit diff stats
path: root/lib/system.nim
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-08-02 22:35:41 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-08-02 22:35:41 +0100
commit328f632518cf6b25856875f2652873edec43e933 (patch)
tree2bd0413695dd300bed4fcbb83efa5bca50a0ce3b /lib/system.nim
parent7af92708af94164cd1373be85a06dd4cc4e4439e (diff)
parent05754377621e43f32aafbeb149c1bd5927afd430 (diff)
downloadNim-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.nim1
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 ## \