Skip to content

Commit

Permalink
Fix minor text errors in READMEs and checklists (#15577)
Browse files Browse the repository at this point in the history
* Update README.md

* Update ReviewChecklist.md

* Update README.md
  • Loading branch information
Hopium21 authored Nov 20, 2024
1 parent b0d991b commit d9a231c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Docker images

The docker images are build locally on the developer machine:
The docker images are built locally on the developer machine:

```sh
cd .circleci/docker/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

You can talk to us on Gitter and Matrix, tweet at us on X (previously Twitter) or create a new topic in the Solidity forum. Questions, feedback, and suggestions are welcome!

Solidity is a statically typed, contract-oriented, high-level language for implementing smart contracts on the Ethereum platform.
Solidity is a statically-typed, contract-oriented, high-level language for implementing smart contracts on the Ethereum platform.

For a good overview and starting point, please check out the official [Solidity Language Portal](https://soliditylang.org).

Expand Down
2 changes: 1 addition & 1 deletion ReviewChecklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ The following points are all covered by the coding style but come up so often th
- If it is a bugfix:
- [ ] **The PR must include tests that reproduce the bug.**
- [ ] **Are there gaps in test coverage of the buggy feature?** Fill them by adding more tests.
- [ ] **Try to break it.** Can you of any similar features that could also be buggy?
- [ ] **Try to break it.** Can you think of any similar features that could also be buggy?
Play with the repro and include prominent variants as separate test cases, even if they don't trigger a bug.
- [ ] **Positive cases (code that compiles) should have a semantic test.**
- [ ] **Negative cases (code with compilation errors) should have a syntax test.**
Expand Down

0 comments on commit d9a231c

Please sign in to comment.