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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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