Skip to content

Commit 80603f8

Browse files
authored
fixed typo on line 267
1 parent a0c2012 commit 80603f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ robust to evaluation against dynamic data types such as JSON inputs.
264264

265265
In the following truth-table, the symbols `<x>` and `<y>` represent error or
266266
unknown values, with the `?` indicating that the branch is not taken due to
267-
short-circuiting. When the result is `<x, y>` this means that the both args are
267+
short-circuiting. When the result is `<x, y>` this means that both the args are
268268
possibly relevant to the result.
269269

270270
| Expression | Result |

0 commit comments

Comments
 (0)