From 44f1be344c98df631dba0e5f2e08aaf19bf216f9 Mon Sep 17 00:00:00 2001 From: LiviaMedeiros Date: Sun, 29 May 2022 19:37:51 +0800 Subject: [PATCH] squash: doc fixup --- test/common/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/common/README.md b/test/common/README.md index be88accac6533f..469d90bd8675fb 100644 --- a/test/common/README.md +++ b/test/common/README.md @@ -301,8 +301,8 @@ used as the error message for the `AssertionError`. ### `mustNotMutate(object)` -* `object` [\][] -* return [\][] +* `object` [\][] | [\][] +* return [\][] | [\][] Returns a proxy object that triggers an `AssertionError` on mutation attempt, including mutation of deeply nested objects.