Skip to content

Commit a161ff4

Browse files
authored
Fix grammar (#542)
1 parent 12d3603 commit a161ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ Module["onRuntimeInitialized"] = function onRuntimeInitialized() {
649649
return true;
650650
};
651651

652-
/** Reset a statement, so that it's parameters can be bound to new values
652+
/** Reset a statement, so that its parameters can be bound to new values
653653
It also clears all previous bindings, freeing the memory used
654654
by bound parameters.
655655
*/

0 commit comments

Comments
 (0)