From 155fcfc59c87f432ba2fabb7ebb4d1dc2dd9cfb5 Mon Sep 17 00:00:00 2001 From: Masaaki Goshima Date: Sun, 5 Jul 2020 23:05:27 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e41ca59..2f78d01 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ reflection library of zero allocation depending on path for Go - 100% Compatibility APIs with `reflect` library - No allocation occurs when using the reflect.Type features -- You can choose to escape or noescape when creating reflect.Value +- You can choose to escape ( `reflect.ValueOf` ) or noescape ( `reflect.ValueNoEscapeOf` ) when creating reflect.Value # Status