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) * MatchData object. * n can be a string or symbol to reference a named capture. * - * Note that the last_match is local to the scope + * Note that the last_match is local to the thread and method scope * of the method that did the pattern match. * * /c(.)t/ =~ 'cat' #=> 0