Skip to content

Commit

Permalink
docs(grammatical): correct typos and improve grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhineshJha committed Oct 30, 2023
1 parent 199cd29 commit cf84277
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ Likewise, if you have an idea on how to improve this guide, go for it as well.

### Environment

The gno repository is primarily based on Golang (Go), and Gnolang (Gno).
The gno repository is primarily based on Golang (Go) and Gnolang (Gno).

The primary tech stack for working on the repository:

Expand Down
4 changes: 2 additions & 2 deletions PHILOSOPHY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Readability is paramount - beautiful is better than fast.
* Minimal code - keep total footprint small.
* Minimal dependencies - all dependencies must get audited, and become part of the repo.
* Modular dependencies - whereever reasonable, make components modular.
* Modular dependencies - wherever reasonable, make components modular.
* Finished - software projects that don't become finished are projects that
are forever vulnerable. One of the primary goals of the Gno language and
related works is to become finished within a reasonable timeframe.
Expand All @@ -26,7 +26,7 @@

* Correct, debuggable software is more important than extreme performance.
* Multicore concurrency makes Tendermint within the range of theoretical performance.
* Go is chosen for faster development of modular components, not for maximum speed.
* Go is chosen for the faster development of modular components, not for maximum speed.
* Real bottleneck is in the application layer, not in supporting large validator sets.
* Focus on feature completeness, debuggability, and maintainability over extreme performance.

Expand Down

0 comments on commit cf84277

Please sign in to comment.