Reviewers: Mads Ager, ry,

Message:
Forgotten update to the doc.

Description:
Update doc as well.

[email protected]

Please review this at http://codereview.chromium.org/1619003

Affected files:
  M include/v8.h


Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index ec92c2b84617df39a458d5a332d8291bf88e602c..d4a323f0144d25eab1497ed6c89a84548a72bb2b 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -855,7 +855,7 @@ class V8EXPORT String : public Primitive {
    * \param start The starting position within the string at which
    * copying begins.
    * \param length The number of bytes to copy from the string.
-   * \param nchars The number of characters written.
+   * \param nchars_ref The number of characters written, can be NULL.
    * \return The number of bytes copied to the buffer
    * excluding the NULL terminator.
    */


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

To unsubscribe, reply using "remove me" as the subject.

Reply via email to