diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-07-06 18:23:02 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-07-06 18:23:02 +0200 |
commit | cd01df3747ff361fab819fd1d30fac1dba6240e1 (patch) | |
tree | 2333eee43667c5cae6d8cebf6cc67bb5fb5a718e /examples/furigana-html.ts | |
parent | cb78013884e3aa3b1e1a91722f5eeb78c62f6796 (diff) |
update tests and examples
Diffstat (limited to 'examples/furigana-html.ts')
-rw-r--r-- | examples/furigana-html.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/furigana-html.ts b/examples/furigana-html.ts index f0ff067..fa599ed 100644 --- a/examples/furigana-html.ts +++ b/examples/furigana-html.ts @@ -4,8 +4,8 @@ import DirectCoreClient from "../core/direct/client.ts"; // Create a direct (local) API instance var api = new Yomikun(new DirectCoreClient()); -// Excplicitly wait until everything is ready -// await api.ready; +// Explicitly wait until everything is ready (not required) +await api.ready; // This sentence does not contain all information until it is explicitly // fetched by the user. Each subclass instantiated from an API instance keeps a |