Revision: 5589 Author: [email protected] Date: Tue Oct 5 05:01:46 2010 Log: Fix typo in the spec reference.
[email protected] Review URL: http://codereview.chromium.org/3547012 http://code.google.com/p/v8/source/detail?r=5589 Modified: /branches/bleeding_edge/include/v8.h ======================================= --- /branches/bleeding_edge/include/v8.h Tue Oct 5 04:51:41 2010 +++ /branches/bleeding_edge/include/v8.h Tue Oct 5 05:01:46 2010 @@ -1386,7 +1386,7 @@ /** * 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"), -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
