Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(354)

Unified Diff: include/v8.h

Issue 3547012: Fix typo in the spec reference. (Closed)
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index a00fec96630d682228267dbd64eadd54af25f0d9..ef9a41168cb5c39cca83c3c4af3314252a111db6 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -1386,7 +1386,7 @@ class RegExp : public Value {
/**
* Creates a regular expression from the given pattern string and
* the flags bit field. May throw a JavaScript exception as
- * described in ECMA-252, 15.10.4.1.
+ * described in ECMA-262, 15.10.4.1.
*
* For example,
* RegExp::New(v8::String::New("foo"),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698