From a581948d2cb607bd79afffcc83b50312fc0d06d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BE=BD?= <33862677@qq.com> Date: Wed, 2 Mar 2022 10:52:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81=E6=8E=92?= =?UTF-8?q?=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ch13/ch13-03.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch13/ch13-03.md b/ch13/ch13-03.md index 5e290e1..6c88c5b 100644 --- a/ch13/ch13-03.md +++ b/ch13/ch13-03.md @@ -74,7 +74,7 @@ func Equal(x, y interface{}) bool { type comparison struct { x, y unsafe.Pointer - treflect.Type + t reflect.Type } ```