fixed sleep example typo and synced with master
This commit is contained in:
commit
97a8409a65
File diff suppressed because it is too large
Load Diff
|
@ -218,7 +218,7 @@ declare function readerToString(reader: any, maxBytes?: number): string;
|
||||||
* Example:
|
* Example:
|
||||||
*
|
*
|
||||||
* ` + "```" + `js
|
* ` + "```" + `js
|
||||||
* slee(250) // sleeps for 250ms
|
* sleep(250) // sleeps for 250ms
|
||||||
* ` + "```" + `
|
* ` + "```" + `
|
||||||
*
|
*
|
||||||
* @group PocketBase
|
* @group PocketBase
|
||||||
|
|
Loading…
Reference in New Issue