diff --git a/object.go b/object.go index 869cd45..1eb41d0 100644 --- a/object.go +++ b/object.go @@ -216,7 +216,7 @@ type ContentBox interface { // vertically. SetAlign (x, y Align) // ContentBounds returns the bounds of the inner content of the Box - // relative to the window. + // relative to the Box's InnerBounds. ContentBounds () image.Rectangle // ScrollTo shifts the origin of the Box's content to the origin of the // Box's InnerBounds, offset by the given point.