mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
Modify README.md
Typo fixed.
This commit is contained in:
parent
914aa94386
commit
474ce4cd7a
@ -82,7 +82,7 @@ expect $elements --to-contain-all "earth" "fire" "water" "air"
|
||||
|
||||
* __--to-not-contain-all__ no `<actual>` values exist in `<expected>` list
|
||||
```fish
|
||||
expect $our_planets --to-not-not-contain-all "golomo" "borg prime" "rigel" "terra"
|
||||
expect $our_planets --to-not-contain-all "golomo" "borg prime" "rigel" "terra"
|
||||
```
|
||||
|
||||
* __--to-be-true__ the exit status should be _truthy_
|
||||
|
Loading…
Reference in New Issue
Block a user