summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-07-26 18:21:14 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-07-26 18:21:14 +0100
commit94ad731964af518745647f15ce56d1c65e155847 (patch)
tree541f59c4f52c42b3d8183333fc05090fc5d50cc2
parentce4e877702d361acd511b14364c26956c06a63d7 (diff)
downloadNim-94ad731964af518745647f15ce56d1c65e155847.tar.gz
Fixes example code in marshal module.
-rw-r--r--lib/pure/marshal.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/marshal.nim b/lib/pure/marshal.nim
index 49f049e46..173cd1e81 100644
--- a/lib/pure/marshal.nim
+++ b/lib/pure/marshal.nim
@@ -17,7 +17,7 @@
 ## .. code-block:: nim
 ##
 ##   type
-##     A = object
+##     A = object of RootObj
 ##     B = object of A
 ##       f: int
 ##