@@ -844,7 +844,7 @@ On networks that do not, this will always return zero.
844844stdlib .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.
848848If ` {!js} token ` is not provided, then the transfer is of network tokens;
849849otherwise, it is of the designated non-network token.
850850The 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
13151315You may provide an optional ` {! js} onProgress` callback, used for reporting progress,
13161316which 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
13191319Example:
13201320
@@ -1332,7 +1332,7 @@ The `{!js} while` statement in this code has an `{!js} await` that has the code
13321332stdlib .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")}
0 commit comments