Skip to content

Commit

Permalink
fix footnote in resulting html docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aremmell committed Oct 12, 2023
1 parent 3074e11 commit 9744b24
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ seatest evaluators make writing tests less painful. They provide a straightforwa

If an evaluator represents a false expression, an error message is emitted which includes the evaluator's name, the line of code at which the expression resides, and the expression that evaluated to false.

Upon the failure of any evaulator[^1], the test is marked as failed.

[^1]: Other than ST_EXPECT
Upon the failure of any evaulator (*with the exception of ST_EXPECT*), the test is marked as failed.

### Special

Expand Down

0 comments on commit 9744b24

Please sign in to comment.