From b169b13a90d9844e45e77b84e9dca60b578d0df0 Mon Sep 17 00:00:00 2001 From: Kevin Millar Date: Wed, 2 Oct 2024 12:47:41 +1000 Subject: [PATCH] Remove copy paste doc about predicate function Co-authored-by: James Harris --- expectation.not.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/expectation.not.go b/expectation.not.go index af2579d..c33a3b4 100644 --- a/expectation.not.go +++ b/expectation.not.go @@ -15,8 +15,6 @@ func Not(expectation Expectation) Expectation { } // notExpectation is an [Expectation] that inverts another expectation. -// -// It uses a predicate function to determine whether the not expectation is met. type notExpectation struct { caption string expectation Expectation