Commit 474ce4cd authored by Joseph's avatar Joseph

Modify README.md

Typo fixed.
parent 914aa943
...@@ -82,7 +82,7 @@ expect $elements --to-contain-all "earth" "fire" "water" "air" ...@@ -82,7 +82,7 @@ expect $elements --to-contain-all "earth" "fire" "water" "air"
* __--to-not-contain-all__ no `<actual>` values exist in `<expected>` list * __--to-not-contain-all__ no `<actual>` values exist in `<expected>` list
```fish ```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_ * __--to-be-true__ the exit status should be _truthy_
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment