Skip to content

Commit

Permalink
squash: doc fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
LiviaMedeiros committed May 29, 2022
1 parent 9bdbf70 commit 44f1be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ used as the error message for the `AssertionError`.

### `mustNotMutate(object)`

* `object` [\<Object>][<Object>]
* return [\<Object>][<Object>]
* `object` [\<Object>][<Object>] | [\<Function>][<Function>]
* return [\<Object>][<Object>] | [\<Function>][<Function>]

Returns a proxy object that triggers an `AssertionError` on mutation attempt,
including mutation of deeply nested objects.
Expand Down

0 comments on commit 44f1be3

Please sign in to comment.