diff options
| author | Pietro Gagliardi <[email protected]> | 2014-09-01 10:20:58 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-09-01 10:20:58 -0400 |
| commit | 53c57267b1d267a8e0f1f3941faba07f7cc04661 (patch) | |
| tree | f1a0b189c2eb1c91818dc5d56e07db11faf5179a | |
| parent | a9fa3e66c27559820168cae795d9181968f90cda (diff) | |
Still more typo fixes.
| -rw-r--r-- | grid.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ type Grid interface { // Add adds a Control to the Grid. // If this is the first Control in the Grid, it is merely added; nextTo should be nil. // Otherwise, it is placed relative to nextTo. - // If nextTo is nil, it is placed next to the previously added Control, + // If nextTo is nil, it is placed next to the previously added Control. // The effect of adding the same Control multiple times is undefined, as is the effect of adding a Control next to one not present in the Grid. Add(control Control, nextTo Control, side Side, xexpand bool, xalign Align, yexpand bool, yalign Align) } |
