mirror of https://github.com/golang/go.git
text/template: reword uncover to unwrap
This commit is contained in:
parent
4badad8d47
commit
4fcff4e9b2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue