We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4e54a commit 919afc5Copy full SHA for 919afc5
src/embind/embind.js
@@ -150,7 +150,7 @@ var LibraryEmbind = {
150
$replacePublicSymbol__docs: '/** @param {number=} numArguments */',
151
$replacePublicSymbol: (name, value, numArguments) => {
152
if (!Module.hasOwnProperty(name)) {
153
- throwInternalError('Replacing nonexistant public symbol');
+ throwInternalError('Replacing nonexistent public symbol');
154
}
155
// If there's an overload table for this symbol, replace the symbol in the overload table instead.
156
if (undefined !== Module[name].overloadTable && undefined !== numArguments) {
0 commit comments