Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ea9e5 commit 5ff7f44Copy full SHA for 5ff7f44
1 file changed
docs/userguide/expectations.md
@@ -1096,7 +1096,7 @@ SUCCESS
1096
1097
## to_be_within of
1098
1099
-Determines wheter expected value is within range (tolerance) from another value.
+Determines whether expected value is within range (tolerance) from another value.
1100
1101
The logical formual used for calcuating the matcher is:
1102
```
@@ -1177,7 +1177,7 @@ Failures:
1177
1178
## to_be_within_pct of
1179
1180
-Determines wheter actual value is within percentage range of expected value.
+Determines whether actual value is within percentage range of expected value.
1181
The matcher only works with `number` data-type.
1182
1183
The percentage deviation (distance) must be expressed as a non-negative number.
0 commit comments