Skip to content

Commit 7f5fddd

Browse files
committed
WIP grammar fixes
1 parent ec58c89 commit 7f5fddd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ for i in $(ls -d .changelog/*/*/); do basename "$i"; done | sort | uniq
5252

5353
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.
5454

55-
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.
55+
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.
5656

5757
## Development priorities
5858

documentation/dev/src/explore/design/ledger/storage/data-schema.md

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

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

0 commit comments

Comments
 (0)