Skip to content

Commit ef669cd

Browse files
authored
Fix typo in description of $$matchAsRoot operator (#1380)
1 parent 4c0bc03 commit ef669cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/unified-test-format/unified-test-format.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3305,7 +3305,7 @@ $$matchAsRoot
33053305
`````````````
33063306
This operator may be used anywhere a matched value is expected (including
33073307
`expectResult <operation_expectResult_>`_) and the expected and actual values
3308-
are documents. The test runner MUST treat the expected value as a root-level
3308+
are documents. The test runner MUST treat the actual value as a root-level
33093309
document as described in `Evaluating Matches`_ and match it against the expected
33103310
value.
33113311

@@ -3898,6 +3898,7 @@ Changelog
38983898

38993899
..
39003900
Please note schema version bumps in changelog entries where applicable.
3901+
:2023-02-24: Fix typo in the description of the ``$$matchAsRoot`` matching operator.
39013902
:2022-10-17: Add description of a `close` operation for client entities.
39023903
:2022-10-14: **Schema version 1.13.**
39033904
Add support for logging assertions via the ``observeLogMessages`` field

0 commit comments

Comments
 (0)