Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit 7f066ef

Browse files
committed
changed comment
1 parent f9afda9 commit 7f066ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

expr/func_keeplastvalue.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ func (s *FuncKeepLastValue) Signature() ([]Arg, []Arg) {
2525
opt: true,
2626
args: []Arg{
2727
ArgInt{val: &s.limit},
28-
// Allow user to specify 'INF' as value. if so, will fall back to maxInt
29-
// Ignores any other strings (just like Graphite)
28+
// Treats any string as infinity. This matches Graphite's behavior
29+
// (although intended bevahior is to let user specify "INF" as the limit)
3030
ArgString{val: &stub},
3131
},
3232
},

0 commit comments

Comments
 (0)