Skip to content

Commit 44f1be3

Browse files
committed
squash: doc fixup
1 parent 9bdbf70 commit 44f1be3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/common/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ used as the error message for the `AssertionError`.
301301

302302
### `mustNotMutate(object)`
303303

304-
* `object` [\<Object>][<Object>]
305-
* return [\<Object>][<Object>]
304+
* `object` [\<Object>][<Object>] | [\<Function>][<Function>]
305+
* return [\<Object>][<Object>] | [\<Function>][<Function>]
306306

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

0 commit comments

Comments
 (0)