From 0a92b86a9d83e4c0ae454fd8c32a3b0c84654e7a Mon Sep 17 00:00:00 2001 From: Carl-Erik Kopseng Date: Tue, 25 May 2021 10:46:43 +0200 Subject: [PATCH] Revert "Update `stub.wrappedMethod` docs." This reverts commit 8b77eaa5b9573a79e8c949f9b9f9a39c9d4b8ca7. --- docs/release-source/release/stubs.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/release-source/release/stubs.md b/docs/release-source/release/stubs.md index 7fd0d68c9..8bc556f68 100644 --- a/docs/release-source/release/stubs.md +++ b/docs/release-source/release/stubs.md @@ -492,7 +492,6 @@ You can restore values by calling the `restore` method: #### `stub.wrappedMethod` -Holds a reference to the original method/function this stub has -wrapped. `undefined` for the property accessors. +Holds a reference to the original method/function this stub has wrapped. [matchers]: ../matchers