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

Commit

Permalink
changed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stivenbb committed Aug 15, 2018
1 parent c969661 commit 3ce3c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions expr/func_keeplastvalue.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ func (s *FuncKeepLastValue) Signature() ([]Arg, []Arg) {
opt: true,
args: []Arg{
ArgInt{val: &s.limit},
// Allow user to specify 'INF' as value. if so, will fall back to maxInt
// Ignores any other strings (just like Graphite)
// Treats any string as infinity. This matches Graphite's behavior
// (although intended bevahior is to let user specify "INF" as the limit)
ArgString{val: &stub},
},
},
Expand Down

0 comments on commit 3ce3c8f

Please sign in to comment.