Skip to content

Commit

Permalink
fix: fix typo in GUIDELINES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfertel committed Mar 20, 2024
1 parent 9e54b08 commit 0746a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUIDELINES.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The following code guidelines will help make code review smoother:

Use `unwrap` only in either of three circumstances:

- Based on manual static anaylsis, you've concluded that it's impossible for
- Based on manual static analysis, you've concluded that it's impossible for
the code to panic; so unwrapping is _safe_. An example would be:

```rust
Expand Down

0 comments on commit 0746a29

Please sign in to comment.