Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yceruto committed Aug 5, 2024
1 parent 426860d commit adabfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ echo $result->match(
> [!TIP]
>You can use the functions `some()` and `none()` as quick ways to create an `Option`
>instance. `some()` is just like `new Some()`, meaning it includes a value, while
>`none()` is the same as `new None()`, indicating it's empty.
>`none()` is the same as `new None()`, indicating it is missing a value.
## Documentation

Expand Down

0 comments on commit adabfa5

Please sign in to comment.