Skip to content

Commit

Permalink
Fix a typo in anatomy.rst (#11341)
Browse files Browse the repository at this point in the history
  • Loading branch information
phamvanhan68 committed Aug 23, 2023
1 parent 43d1398 commit 23b899f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/explanation/anatomy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ a function/method call.

**Assert** is where we look at that resulting state and check if it looks how
we'd expect after the dust has settled. It's where we gather evidence to say the
behavior does or does not aligns with what we expect. The ``assert`` in our test
behavior does or does not align with what we expect. The ``assert`` in our test
is where we take that measurement/observation and apply our judgement to it. If
something should be green, we'd say ``assert thing == "green"``.

Expand Down

0 comments on commit 23b899f

Please sign in to comment.