docs: change WASM/wasm to Wasm
That is the official capitalisation.
This commit is contained in:
parent
7bc8f76667
commit
88e0b4cea4
36 changed files with 122 additions and 122 deletions
2
lib/binding_web/web-tree-sitter.d.ts
vendored
2
lib/binding_web/web-tree-sitter.d.ts
vendored
|
|
@ -130,7 +130,7 @@ declare module 'web-tree-sitter' {
|
|||
/**
|
||||
* This must always be called before creating a Parser.
|
||||
*
|
||||
* You can optionally pass in options to configure the WASM module, the most common
|
||||
* You can optionally pass in options to configure the Wasm module, the most common
|
||||
* one being `locateFile` to help the module find the `.wasm` file.
|
||||
*/
|
||||
static init(moduleOptions?: EmscriptenModule): Promise<void>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue