Fix typo in comment
parent
3d91acaa26
commit
00888562b9
|
@ -536,7 +536,7 @@ const (
|
|||
NullFill FillOption = iota
|
||||
// NoFill means that empty aggregate windows will be purged from the result.
|
||||
NoFill
|
||||
// NumberFill means that empty aggregate windwos will be filled with the given number
|
||||
// NumberFill means that empty aggregate windows will be filled with the given number
|
||||
NumberFill
|
||||
// PreviousFill means that empty aggregate windows will be filled with whatever the previous aggregate window had
|
||||
PreviousFill
|
||||
|
|
Loading…
Reference in New Issue