Skip to content

Commit

Permalink
typo: fix typos in md files (#5834)
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored Nov 15, 2023
1 parent 90b10d2 commit 243223f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Please refer to our [CONTRIBUTING](CONTRIBUTING.md) document.

## Project Layout

`go-algorand` is split into various subsystems containing varius packages.
`go-algorand` is split into various subsystems containing various packages.

### Core

Expand Down
8 changes: 4 additions & 4 deletions data/transactions/logic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ An application transaction must indicate the action to be taken following the ex

Most operations work with only one type of argument, uint64 or bytes, and fail if the wrong type value is on the stack.

Many instructions accept values to designate Accounts, Assets, or Applications. Beginning with v4, these values may be given as an _offset_ in the corresponding Txn fields (Txn.Accounts, Txn.ForeignAssets, Txn.ForeignApps) _or_ as the value itself (a byte-array address for Accounts, or a uint64 ID). The values, however, must still be present in the Txn fields. Before v4, most opcodes required the use of an offset, except for reading account local values of assets or applications, which accepted the IDs directly and did not require the ID to be present in they corresponding _Foreign_ array. (Note that beginning with v4, those IDs _are_ required to be present in their corresponding _Foreign_ array.) See individual opcodes for details. In the case of account offsets or application offsets, 0 is specially defined to Txn.Sender or the ID of the current application, respectively.
Many instructions accept values to designate Accounts, Assets, or Applications. Beginning with v4, these values may be given as an _offset_ in the corresponding Txn fields (Txn.Accounts, Txn.ForeignAssets, Txn.ForeignApps) _or_ as the value itself (a byte-array address for Accounts, or a uint64 ID). The values, however, must still be present in the Txn fields. Before v4, most opcodes required the use of an offset, except for reading account local values of assets or applications, which accepted the IDs directly and did not require the ID to be present in the corresponding _Foreign_ array. (Note that beginning with v4, those IDs _are_ required to be present in their corresponding _Foreign_ array.) See individual opcodes for details. In the case of account offsets or application offsets, 0 is specially defined to Txn.Sender or the ID of the current application, respectively.

This summary is supplemented by more detail in the [opcodes document](TEAL_opcodes.md).

Expand Down Expand Up @@ -775,7 +775,7 @@ are sure to be _available_.

The following opcodes allow for "inner transactions". Inner
transactions allow stateful applications to have many of the effects
of a true top-level transaction, programatically. However, they are
of a true top-level transaction, programmatically. However, they are
different in significant ways. The most important differences are
that they are not signed, duplicates are not rejected, and they do not
appear in the block in the usual away. Instead, their effects are
Expand All @@ -786,7 +786,7 @@ account that has been rekeyed to that hash.

In v5, inner transactions may perform `pay`, `axfer`, `acfg`, and
`afrz` effects. After executing an inner transaction with
`itxn_submit`, the effects of the transaction are visible begining
`itxn_submit`, the effects of the transaction are visible beginning
with the next instruction with, for example, `balance` and
`min_balance` checks. In v6, inner transactions may also perform
`keyreg` and `appl` effects. Inner `appl` calls fail if they attempt
Expand All @@ -806,7 +806,7 @@ setting is used when `itxn_submit` executes. For this purpose `Type`
and `TypeEnum` are considered to be the same field. When using
`itxn_field` to set an array field (`ApplicationArgs` `Accounts`,
`Assets`, or `Applications`) each use adds an element to the end of
the the array, rather than setting the entire array at once.
the array, rather than setting the entire array at once.

`itxn_field` fails immediately for unsupported fields, unsupported
transaction types, or improperly typed values for a particular
Expand Down
8 changes: 4 additions & 4 deletions data/transactions/logic/README_in.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ of (varuint, bytes) length prefixed byte strings.

Most operations work with only one type of argument, uint64 or bytes, and fail if the wrong type value is on the stack.

Many instructions accept values to designate Accounts, Assets, or Applications. Beginning with v4, these values may be given as an _offset_ in the corresponding Txn fields (Txn.Accounts, Txn.ForeignAssets, Txn.ForeignApps) _or_ as the value itself (a byte-array address for Accounts, or a uint64 ID). The values, however, must still be present in the Txn fields. Before v4, most opcodes required the use of an offset, except for reading account local values of assets or applications, which accepted the IDs directly and did not require the ID to be present in they corresponding _Foreign_ array. (Note that beginning with v4, those IDs _are_ required to be present in their corresponding _Foreign_ array.) See individual opcodes for details. In the case of account offsets or application offsets, 0 is specially defined to Txn.Sender or the ID of the current application, respectively.
Many instructions accept values to designate Accounts, Assets, or Applications. Beginning with v4, these values may be given as an _offset_ in the corresponding Txn fields (Txn.Accounts, Txn.ForeignAssets, Txn.ForeignApps) _or_ as the value itself (a byte-array address for Accounts, or a uint64 ID). The values, however, must still be present in the Txn fields. Before v4, most opcodes required the use of an offset, except for reading account local values of assets or applications, which accepted the IDs directly and did not require the ID to be present in the corresponding _Foreign_ array. (Note that beginning with v4, those IDs _are_ required to be present in their corresponding _Foreign_ array.) See individual opcodes for details. In the case of account offsets or application offsets, 0 is specially defined to Txn.Sender or the ID of the current application, respectively.

This summary is supplemented by more detail in the [opcodes document](TEAL_opcodes.md).

Expand Down Expand Up @@ -422,7 +422,7 @@ are sure to be _available_.

The following opcodes allow for "inner transactions". Inner
transactions allow stateful applications to have many of the effects
of a true top-level transaction, programatically. However, they are
of a true top-level transaction, programmatically. However, they are
different in significant ways. The most important differences are
that they are not signed, duplicates are not rejected, and they do not
appear in the block in the usual away. Instead, their effects are
Expand All @@ -433,7 +433,7 @@ account that has been rekeyed to that hash.

In v5, inner transactions may perform `pay`, `axfer`, `acfg`, and
`afrz` effects. After executing an inner transaction with
`itxn_submit`, the effects of the transaction are visible begining
`itxn_submit`, the effects of the transaction are visible beginning
with the next instruction with, for example, `balance` and
`min_balance` checks. In v6, inner transactions may also perform
`keyreg` and `appl` effects. Inner `appl` calls fail if they attempt
Expand All @@ -453,7 +453,7 @@ setting is used when `itxn_submit` executes. For this purpose `Type`
and `TypeEnum` are considered to be the same field. When using
`itxn_field` to set an array field (`ApplicationArgs` `Accounts`,
`Assets`, or `Applications`) each use adds an element to the end of
the the array, rather than setting the entire array at once.
the array, rather than setting the entire array at once.

`itxn_field` fails immediately for unsupported fields, unsupported
transaction types, or improperly typed values for a particular
Expand Down
2 changes: 1 addition & 1 deletion data/transactions/logic/jsonspec.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Duplicate keys at the top level result in an error; however, duplicate keys nest
#### Special Values

- `null`, `true`, `false` are the only accepted special values.
- other spcial values such as `NaN`,`+Inf`,`-Inf` are not accepted
- other special values such as `NaN`,`+Inf`,`-Inf` are not accepted

#### Exponential Notation

Expand Down
4 changes: 2 additions & 2 deletions docs/follower_node.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Behavior is controlled with the `config.json` file:

On startup, a follower node will be paused (synchronized) with its ledger's
current round. For a new deployment configured as a follower node, the
initial sync round is 0. When a sync round is set, the node advance
initial sync round is 0. When a sync round is set, the node advances
`MaxAcctLookback-1` rounds. The node is synchronized for the availability
of `Ledger State Delta` data. This means the minimum sync round is provided
and the node advances to cache future rounds.
Expand All @@ -56,7 +56,7 @@ The follower node was stripped of all functionality not directly related to
assisting with data-gathering capabilities. Since it is designed to run
alongside another application, it was made as lightweight as possible.
Other restrictions relate to the fact that this node is designed to be
paused. So there are no guarantees that it's internal state matches the
paused. So there are no guarantees that its internal state matches the
current round of consensus.

In particular, the follower node cannot participate in consensus or send
Expand Down
2 changes: 1 addition & 1 deletion scripts/windows/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
pacman -Syu --disable-download-timeout
```

NOTE: It is very likely MSYS2 will ask to close the window and repeat the command for furter updates. Check `MSYS2` web page for additional support.
NOTE: It is very likely MSYS2 will ask to close the window and repeat the command for further updates. Check `MSYS2` web page for additional support.

4. Install GIT on MSYS2 by executing the following command:

Expand Down

0 comments on commit 243223f

Please sign in to comment.