Commit ff726322 authored by mehagar's avatar mehagar
Browse files

Fix typo in AdvancedGuide.md

parent 13206d6f
...@@ -32,7 +32,7 @@ output in the future. ...@@ -32,7 +32,7 @@ output in the future.
`FAIL()` generates a fatal failure, while `ADD_FAILURE()` and `ADD_FAILURE_AT()` generate a nonfatal `FAIL()` generates a fatal failure, while `ADD_FAILURE()` and `ADD_FAILURE_AT()` generate a nonfatal
failure. These are useful when control flow, rather than a Boolean expression, failure. These are useful when control flow, rather than a Boolean expression,
deteremines the test's success or failure. For example, you might want to write determines the test's success or failure. For example, you might want to write
something like: something like:
``` ```
......
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