summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--re.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/re.c b/re.c
index 74eacf1ad8..975bbbe2cf 100644
--- a/re.c
+++ b/re.c
@@ -3392,7 +3392,7 @@ match_setter(VALUE val)
* <code>MatchData</code> object.
* <em>n</em> can be a string or symbol to reference a named capture.
*
- * Note that the <code>last_match</code> is local to the scope
+ * Note that the <code>last_match</code> is local to the thread and method scope
* of the method that did the pattern match.
*
* /c(.)t/ =~ 'cat' #=> 0