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
|
|
@ -30,7 +30,7 @@ export function getText(tree: Tree, startIndex: number, endIndex: number, startP
|
|||
/** A tree that represents the syntactic structure of a source code file. */
|
||||
export class Tree {
|
||||
/** @internal */
|
||||
private [0] = 0; // Internal handle for WASM
|
||||
private [0] = 0; // Internal handle for Wasm
|
||||
|
||||
/** @internal */
|
||||
textCallback: ParseCallback;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue