summaryrefslogtreecommitdiff
path: root/pack.c
diff options
context:
space:
mode:
Diffstat (limited to 'pack.c')
-rw-r--r--pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pack.c b/pack.c
index ea305bb9ea..3a6b3a68d0 100644
--- a/pack.c
+++ b/pack.c
@@ -1203,7 +1203,7 @@ infected_str_new(const char *ptr, long len, VALUE str)
/*
* call-seq:
- * str.unpack(format) => anArray
+ * str.unpack(format) -> anArray
*
* Decodes <i>str</i> (which may contain binary data) according to the
* format string, returning an array of each value extracted. The