spelling: computed
This commit is contained in:
2
grid.go
2
grid.go
@@ -48,7 +48,7 @@ func (r *Row) assignWidth(w int) {
|
|||||||
|
|
||||||
accW := 0 // acc span and offset
|
accW := 0 // acc span and offset
|
||||||
calcW := make([]int, len(r.Cols)) // calculated width
|
calcW := make([]int, len(r.Cols)) // calculated width
|
||||||
calcOftX := make([]int, len(r.Cols)) // computated start position of x
|
calcOftX := make([]int, len(r.Cols)) // computed start position of x
|
||||||
|
|
||||||
for i, c := range r.Cols {
|
for i, c := range r.Cols {
|
||||||
accW += c.Span + c.Offset
|
accW += c.Span + c.Offset
|
||||||
|
|||||||
Reference in New Issue
Block a user