From 6e04043eadf5cccff1c6f6c3ac20c25df43425ae Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Sat, 14 Feb 2015 00:05:29 +1100 Subject: Fix doc comments. --- cocoa/ScintillaView.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa/ScintillaView.mm') diff --git a/cocoa/ScintillaView.mm b/cocoa/ScintillaView.mm index 02847acc8..dbb87a82b 100644 --- a/cocoa/ScintillaView.mm +++ b/cocoa/ScintillaView.mm @@ -954,7 +954,7 @@ static NSCursor *cursorFromEnum(Window::Cursor cursor) * @param type The type of the notification. * @param message Carries the new status message if the type is a status message change. * @param location Carries the new location (e.g. caret) if the type is a caret change or similar type. - * @param location Carries the new zoom value if the type is a zoom change. + * @param value Carries the new zoom value if the type is a zoom change. */ - (void) notify: (NotificationType) type message: (NSString*) message location: (NSPoint) location value: (float) value -- cgit v1.2.3