From 140a738b500a976e34eae12a22ad92fe28128d06 Mon Sep 17 00:00:00 2001 From: "michaelp%netscape.com" Date: Tue, 23 Mar 1999 22:37:20 +0000 Subject: [PATCH] fixed docs for ContainsRect(). git-svn-id: svn://10.0.0.236/trunk@24898 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/gfx/public/nsIRegion.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/gfx/public/nsIRegion.h b/mozilla/gfx/public/nsIRegion.h index 9f94c5c9a35..c72f64b3efc 100644 --- a/mozilla/gfx/public/nsIRegion.h +++ b/mozilla/gfx/public/nsIRegion.h @@ -197,10 +197,10 @@ public: virtual void Offset(PRInt32 aXOffset, PRInt32 aYOffset) = 0; /** - * does the region completely contain the rectangle? + * does the region intersect the rectangle? * * @param rect to check for containment - * @return true iff the rect is completely contained + * @return true if the region intersects the rect * **/