From 4fcff4e9b2836d428ba668186441089a9618c028 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 28 Apr 2023 16:39:57 -0700 Subject: [PATCH] text/template: reword uncover to unwrap --- src/text/template/funcs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/text/template/funcs.go b/src/text/template/funcs.go index dbea6e705a..b5a8c9ec50 100644 --- a/src/text/template/funcs.go +++ b/src/text/template/funcs.go @@ -23,7 +23,7 @@ import ( // Execute returns that error. // // Errors returned by Execute wrap the underlying error; call errors.As to -// uncover them. +// unwrap them. // // When template execution invokes a function with an argument list, that list // must be assignable to the function's parameter types. Functions meant to