We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83486d6 commit 501d667Copy full SHA for 501d667
1 file changed
programming/javascript/upgrade-guide/migrate_to11.md
@@ -49,7 +49,7 @@ Several properties have been renamed or had their default values changed. Please
49
50
#### loadWasm() Simplified
51
52
-The loadWasm() function no longer requires any parameters. Simply call loadWasm() without arguments.
+The `loadWasm()` function no longer requires any parameters. Simply call `loadWasm()` without arguments.
53
54
```javascript
55
Dynamsoft.Core.CoreModule.loadWasm();
0 commit comments