diff options
Diffstat (limited to 'lay/strain/sym.go')
| -rw-r--r-- | lay/strain/sym.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lay/strain/sym.go b/lay/strain/sym.go index 9d2a0bf..63f4f11 100644 --- a/lay/strain/sym.go +++ b/lay/strain/sym.go @@ -15,7 +15,7 @@ type SymPt struct { // image.Rectangle. type SymRect struct { Origin SymPt // top-left corner position - Size SymPt // Dx() and Dy() + Size SymPt // Dx() and Dy() } func NewSymPt() SymPt { |