From 35aeea2ddccbddd0c5cd2ef7b4fe13ba9b381a1b Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Mon, 4 Feb 2019 22:42:57 -0500 Subject: [PATCH] Fixing a comment. --- align/align.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/align/align.go b/align/align.go index 8def27d..4be0aa3 100644 --- a/align/align.go +++ b/align/align.go @@ -121,7 +121,7 @@ func vAlign(rect image.Rectangle, ar image.Rectangle, v Vertical) (image.Rectang ), nil } -// Rectangle aligns the rectangle within the provided area returning the +// Rectangle aligns the area within the rectangle returning the // aligned area. The area must fall within the rectangle. func Rectangle(rect image.Rectangle, ar image.Rectangle, h Horizontal, v Vertical) (image.Rectangle, error) { if !ar.In(rect) {