diff --git a/src/text/template/funcs.go b/src/text/template/funcs.go index dbea6e705a0..b5a8c9ec50a 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