text/template: reword uncover to unwrap

This commit is contained in:
Will Faught
2023-04-28 16:39:57 -07:00
committed by GitHub
parent 4badad8d47
commit 4fcff4e9b2

View File

@@ -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