Skip to content

Commit a4e9eb3

Browse files
committed
edits
1 parent d3a569a commit a4e9eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Now that we have pre and post data, we use the `evaluate` method to compare them
5353

5454
## Arguments
5555

56-
Generally, for all of the `CheckTypes`, the arguments will be in the order `intended state`, `actual state`, `options`. For instance, the time 1 state would be the first argument and time 2 state the second argument in the `exact_match` check type.
56+
Generally, for all of the `CheckTypes`, the arguments will be in the order `intended state`, `actual state`, `options`. For instance, the reference state would be the first argument and comparison state the second argument in the `exact_match` check type.
5757

5858
For regex or parameter matching, your provided regex or dictionary would be the first argument and the collected data would be the second argument.
5959

0 commit comments

Comments
 (0)