summaryrefslogtreecommitdiff
path: root/doc/strscan/methods/scan.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/strscan/methods/scan.md')
-rw-r--r--doc/strscan/methods/scan.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/strscan/methods/scan.md b/doc/strscan/methods/scan.md
index 22ddd368b6..805c797913 100644
--- a/doc/strscan/methods/scan.md
+++ b/doc/strscan/methods/scan.md
@@ -1,6 +1,3 @@
-call-seq:
- scan(pattern) -> substring or nil
-
Attempts to [match][17] the given `pattern`
at the beginning of the [target substring][3].