We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d3603 commit a161ff4Copy full SHA for a161ff4
src/api.js
@@ -649,7 +649,7 @@ Module["onRuntimeInitialized"] = function onRuntimeInitialized() {
649
return true;
650
};
651
652
- /** Reset a statement, so that it's parameters can be bound to new values
+ /** Reset a statement, so that its parameters can be bound to new values
653
It also clears all previous bindings, freeing the memory used
654
by bound parameters.
655
*/
0 commit comments