From 2c0c8b59a2ee82e20db1ec69707dfeb9872b0851 Mon Sep 17 00:00:00 2001 From: Brian Donovan Date: Tue, 7 Dec 2010 11:44:38 -0800 Subject: [PATCH] Fix documentation typo. --- AppKit/CPWindow/CPWindow.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPWindow/CPWindow.j b/AppKit/CPWindow/CPWindow.j index a0b6f51c9..dd71da47f 100644 --- a/AppKit/CPWindow/CPWindow.j +++ b/AppKit/CPWindow/CPWindow.j @@ -938,7 +938,7 @@ CPTexturedBackgroundWindowMask /*! Sets the window's minimum size. If the provided size is the same as the current minimum size, the method simply returns. - @aSize the new minimum size for the window + @param aSize the new minimum size for the window */ - (void)setMinSize:(CGSize)aSize {