summaryrefslogtreecommitdiff
path: root/marshal.c
diff options
context:
space:
mode:
Diffstat (limited to 'marshal.c')
-rw-r--r--marshal.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/marshal.c b/marshal.c
index edcb9556cb..583b1c9152 100644
--- a/marshal.c
+++ b/marshal.c
@@ -838,7 +838,7 @@ clear_dump_arg(struct dump_arg *arg)
/*
* call-seq:
- * dump( obj [, anIO] , limit=--1 ) => anIO
+ * dump( obj [, anIO] , limit=--1 ) -> anIO
*
* Serializes obj and all descendant objects. If anIO is
* specified, the serialized data will be written to it, otherwise the
@@ -1722,8 +1722,8 @@ clear_load_arg(struct load_arg *arg)
/*
* call-seq:
- * load( source [, proc] ) => obj
- * restore( source [, proc] ) => obj
+ * load( source [, proc] ) -> obj
+ * restore( source [, proc] ) -> obj
*
* Returns the result of converting the serialized data in source into a
* Ruby object (possibly with associated subordinate objects). source