Skip to content

Commit 6f3aa41

Browse files
committed
[js] Fix typo, ilmari++.
1 parent 4e1979c commit 6f3aa41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm/js/nqp-runtime/serialization.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ BinaryWriteCursor.prototype.str = function(str) {
7171
}
7272
};
7373

74-
/** Read a C String */
74+
/** Write a C String */
7575
BinaryWriteCursor.prototype.cstr = function(string) {
7676
if (string === undefined) {
7777
this.varint(0);

0 commit comments

Comments
 (0)