Skip to content

Commit 0e56ea1

Browse files
reekamaharajTheChronicMonster
authored andcommitted
fixed a typo and reference to waitUntilTime
1 parent ad77417 commit 0e56ea1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/src/frontend/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ On networks that do not, this will always return zero.
844844
stdlib.transfer(from: Account, to: Account | Address, amount, token?: Token, opts?: TransferOpts) => Promise<void>
845845
```
846846

847-
Performs a transfer of `{!js} amount` from `{!js} from`, which is an account, to `{!js} to`, which is either an account or an address.
847+
Performs a transfer of `{!js} amount` from `{!js} from`, which is an account, to `{!js} to`, which is either an account or an address.
848848
If `{!js} token` is not provided, then the transfer is of network tokens;
849849
otherwise, it is of the designated non-network token.
850850
The returned `{!js} Promise` will only be resolved after the transfer completes.
@@ -1314,7 +1314,7 @@ An @{defn("isolated testing mode")} is a `REACH_CONNECTOR_MODE` that matches
13141314
13151315
You may provide an optional `{!js} onProgress` callback, used for reporting progress,
13161316
which may be called many times up until the specified network time.
1317-
It will receive an object with keys `{!js} current` and `{!js} target`,
1317+
It will receive an object with keys `{!js} current` and `{!js} target`.
13181318
13191319
Example:
13201320
@@ -1332,7 +1332,7 @@ The `{!js} while` statement in this code has an `{!js} await` that has the code
13321332
stdlib.waitUntilSecs(secs, onProgress?) => Promise<secs>
13331333
```
13341334
1335-
Like `{!js} stdlib.waitUntilSecs`, but waits for a certain network seconds deadline.
1335+
Like `{!js} stdlib.waitUntilTime`, but waits for a certain network seconds deadline.
13361336
13371337
---
13381338
@{ref("js", "stdlib.wait")}@{ref("js", "wait")}

docs/xrefs.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,10 @@
591591
"title": "RE0139",
592592
"path": "/rsh/errors/#RE0139"
593593
},
594+
"RE0140": {
595+
"title": "RE0140",
596+
"path": "/rsh/errors/#RE0140"
597+
},
594598
"REP0000": {
595599
"title": "REP0000",
596600
"path": "/rsh/errors/#REP0000"

0 commit comments

Comments
 (0)