]> Cypherpunks repositories - gostls13.git/commitdiff
text/template: reword uncover to unwrap
authorWill Faught <willfaught@users.noreply.github.com>
Fri, 28 Apr 2023 23:44:50 +0000 (23:44 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 1 May 2023 15:57:43 +0000 (15:57 +0000)
Matches the preceding "wrap" terminology.

Change-Id: Ia783de578c2942fe1474281c3d6056b1074d41b0
GitHub-Last-Rev: 4fcff4e9b2836d428ba668186441089a9618c028
GitHub-Pull-Request: golang/go#59891
Reviewed-on: https://go-review.googlesource.com/c/go/+/490675
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
src/text/template/funcs.go

index dbea6e705a0243ff2887c44f90af41794bfb99f4..b5a8c9ec50aa8daa19431a5a998872b4474962dc 100644 (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