Skip to content

Commit

Permalink
WIP grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Jan 13, 2024
1 parent ec58c89 commit 7f5fddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ for i in $(ls -d .changelog/*/*/); do basename "$i"; done | sort | uniq

The Namada SDK is exposed to any developer building upon Namada. Thus, any change made to a public facing function is a breaking change, and therefore should be documented in the Changelog under the `SDK` section.

The message should outline the exact API change, along with a small section describing *how* and *why* the component was change. This should give motivation and context to any developer building upon Namada on how they can update their code to the next version.
The message should outline the exact API change, along with a small section describing *how* and *why* the component was changed. This should give motivation and context to any developer building upon Namada on how they can update their code to the next version.

## Development priorities

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ At high level, all the data in the [accounts' dynamic
sub-spaces](../accounts.md#dynamic-storage-sub-space) is just keys associated with
arbitrary bytes and intents are just wrapper around arbitrary data. To help the
processes that read and write this data (transactions, validity predicates,
matchmaker) interpret it and implement interesting functionality on top it, the
matchmaker) interpret it and implement interesting functionality on top of it, the
ledger could provide a way to describe the schema of the data.

For storage data encoding, we're currently using the borsh library, which
Expand Down

0 comments on commit 7f5fddd

Please sign in to comment.