summaryrefslogtreecommitdiffstats
path: root/tpl
diff options
context:
space:
mode:
authorOleksandr Redko <Oleksandr_Redko@epam.com>2023-05-18 12:05:56 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-05-18 21:25:27 +0200
commit610cedaa61cf1f318ecd4a7818a896b1e56e7662 (patch)
tree3c206f0386b05b44ec1f3bd00f9d96f6904c8446 /tpl
parent24e7d0c174a24a016f65be46765ab9c795e1e123 (diff)
all: Fix comments for exported functions and packages
Diffstat (limited to 'tpl')
-rw-r--r--tpl/compare/compare.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/compare/compare.go b/tpl/compare/compare.go
index 2ef5aacfe..907be9b15 100644
--- a/tpl/compare/compare.go
+++ b/tpl/compare/compare.go
@@ -197,7 +197,7 @@ func (n *Namespace) Le(first any, others ...any) bool {
return true
}
-// Lt returns the boolean truth of arg1 < arg2 && arg1 < arg3 && arg1 < arg4.
+// LtCollate returns the boolean truth of arg1 < arg2 && arg1 < arg3 && arg1 < arg4.
// The provided collator will be used for string comparisons.
// This is for internal use.
func (n *Namespace) LtCollate(collator *langs.Collator, first any, others ...any) bool {