Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Felipe R. Monteiro <rms.felipe@gmail.com>
  • Loading branch information
celinval and feliperodri authored Nov 22, 2024
1 parent 8f21c89 commit 10869cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ The goal is to have a verified [Rust standard library](https://doc.rust-lang.org

For that we are launching a contest that includes a series of challenges that focus on verifying
memory safety and a subset of undefined behaviors in the Rust standard library.
Each challenge describes the goal, the success criteria, and whether it has a financial award to awarded upon its
Each challenge describes the goal, the success criteria, and whether it has a financial award to be awarded upon its
successful completion.

See [our book](https://model-checking.github.io/verify-rust-std/intro.html) more details on the challenge rules
See [our book](https://model-checking.github.io/verify-rust-std/intro.html) for more details on the challenge rules
and the list of existing challenges.

We welcome everyone to participate!
Expand Down
2 changes: 1 addition & 1 deletion doc/src/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ given Rust standard library implementation is safe.
Verifying the Rust libraries is difficult because:
1. Lack of a specification,
2. Lack of an existing verification mechanism in the Rust ecosystem,
3. Lhe large size of the verification problem,
3. The large size of the verification problem,
4. The unknowns of scalable verification.

Given the magnitude and scope of the effort, we believe this should be a community owned effort.
Expand Down

0 comments on commit 10869cd

Please sign in to comment.