aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaView.mm
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2015-02-14 00:05:29 +1100
committerNeil Hodgson <nyamatongwe@gmail.com>2015-02-14 00:05:29 +1100
commitbc0ec7a0e8fb1fed2fe7a2aeb67433dc497f08d0 (patch)
tree2057044e85051577e3949acde9a6c05fad976341 /cocoa/ScintillaView.mm
parent4380af4be05f0518f2a25975cb16b5943320a426 (diff)
downloadscintilla-mirror-bc0ec7a0e8fb1fed2fe7a2aeb67433dc497f08d0.tar.gz
Fix doc comments.
Diffstat (limited to 'cocoa/ScintillaView.mm')
-rw-r--r--cocoa/ScintillaView.mm2
1 files changed, 1 insertions, 1 deletions
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