From 016b6bd9e3f85dfd3d3ebdb6a4635e0917cfb2b1 Mon Sep 17 00:00:00 2001 From: Ben LeFevre Date: Mon, 27 Jan 2020 14:37:07 +0000 Subject: [PATCH] Update Flex.Clear() documentation --- flex.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flex.go b/flex.go index 24981c1..d012392 100644 --- a/flex.go +++ b/flex.go @@ -101,7 +101,7 @@ func (f *Flex) RemoveItem(p Primitive) *Flex { return f } -// Clear removes all items from the flexbox +// Clear removes all items from the container. func (f *Flex) Clear() *Flex { f.items = nil return f