diff --git a/string.c b/string.c
index b3893c9a95..7fb354b433 100644
--- a/string.c
+++ b/string.c
@@ -3977,7 +3977,7 @@ rb_str_gsub_bang(int argc, VALUE *argv, VALUE str)
* \\\k
, where n is a group name. If it is a
* double-quoted string, both back-references must be preceded by an
* additional backslash. However, within replacement the special match
- * variables, such as &$
, will not refer to the current match.
+ * variables, such as $&
, will not refer to the current match.
*
* If the second argument is a Hash
, and the matched text is one
* of its keys, the corresponding value is the replacement string.
diff --git a/version.h b/version.h
index 588b3db9e0..6af1f48c83 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.0.0"
#define RUBY_RELEASE_DATE "2013-04-15"
-#define RUBY_PATCHLEVEL 134
+#define RUBY_PATCHLEVEL 135
#define RUBY_RELEASE_YEAR 2013
#define RUBY_RELEASE_MONTH 4