Skip to content

Commit

Permalink
Very important stuff.
Browse files Browse the repository at this point in the history
This project is clearly not abandoned, look at all this activity.
  • Loading branch information
alpacaaa committed May 5, 2024
1 parent 1d8d008 commit c06ed5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ let msg = match state {

---

## `Option<T>` instad of `nil`
## `Option<T>` instead of `nil`

```rust
// import packages from Go stdlib
Expand All @@ -68,7 +68,7 @@ match key {

---

## `Result<T, E>` instad of multiple return values
## `Result<T, E>` instead of multiple return values

```rust
use fmt
Expand Down

0 comments on commit c06ed5c

Please sign in to comment.