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