Skip to content

Commit

Permalink
Merge pull request #303 from serprex/master
Browse files Browse the repository at this point in the history
s/equalt/equal
  • Loading branch information
lefthandedgoat authored Nov 7, 2016
2 parents 8dbbace + 6687fe3 commit 3b19870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/assertions.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Assert that the element on the left is not equal to the value on the right.
(**
=== (aliased as is)
-----------
Assert that the value on the left is equalt to the value on right.
Assert that the value on the left is equal to the value on right.
* Note: does not use retry-ability. Equivalent to Assert.Equals.
*)
"Not a selector" === "Not a selector"
Expand Down

0 comments on commit 3b19870

Please sign in to comment.