From a752a61a3aee6f3d606b6b3ede36ab1b4c510c3b Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 10 Dec 2022 14:11:12 +0000 Subject: Fix typo --- testing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing.go b/testing.go index 40b0c42..c8bd66a 100644 --- a/testing.go +++ b/testing.go @@ -24,7 +24,7 @@ func (t *T) Assert(b bool) bool { t.Helper() if !b { - t.Error("\nexepected value to be true") + t.Error("\nexpected value to be true") } return b } -- cgit v1.2.3-70-g09d2