diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2015-02-14 00:05:29 +1100 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2015-02-14 00:05:29 +1100 |
commit | 6e04043eadf5cccff1c6f6c3ac20c25df43425ae (patch) | |
tree | 4be89b5320b35c60e5c8b4201a48a57d30c8edab /cocoa/ScintillaView.mm | |
parent | b5e91d39331a9b777bec2435abeef1f16af4c0d7 (diff) | |
download | scintilla-mirror-6e04043eadf5cccff1c6f6c3ac20c25df43425ae.tar.gz |
Fix doc comments.
Diffstat (limited to 'cocoa/ScintillaView.mm')
-rw-r--r-- | cocoa/ScintillaView.mm | 2 |
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 |