From cd73e42850e4477b3012febff19d04ce6bca7387 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 25 Feb 2014 15:43:12 -0500 Subject: Documentation fixups. --- stack.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stack.go') diff --git a/stack.go b/stack.go index 8f8808a..d36f0f3 100644 --- a/stack.go +++ b/stack.go @@ -164,7 +164,7 @@ func (s *Stack) preferredSize() (width int, height int, err error) { return } -// Space() returns a null control intended for padding layouts with blank space where otherwise impossible (for instance, at the beginning or in the middle of a Stack). +// Space returns a null control intended for padding layouts with blank space where otherwise impossible (for instance, at the beginning or in the middle of a Stack). // In order for Space() to work, it must be marked as stretchy in its parent layout; otherwise its size is undefined. func Space() Control { // As above, a stack with no controls draws nothing and reports no errors; its parent will still size it properly. -- cgit v1.2.3