Browse Source

Docs: Minor improvement.

Piotrek Koszuliński 8 years ago
parent
commit
7da982f8e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-utils/src/emittermixin.js

+ 1 - 1
packages/ckeditor5-utils/src/emittermixin.js

@@ -242,7 +242,7 @@ const EmitterMixin = {
 	 * @param {String|module:utils/eventinfo~EventInfo} eventOrInfo The name of the event or `EventInfo` object if event is delegated.
 	 * @param {...*} [args] Additional arguments to be passed to the callbacks.
 	 * @returns {*} By default the method returns `undefined`. However, the return value can be changed by listeners
-	 * through modification of the {@link module:utils/eventinfo~EventInfo#return}'s value (the event info
+	 * through modification of the {@link module:utils/eventinfo~EventInfo#return `evt.return`}'s property (the event info
 	 * is the first param of every callback).
 	 */
 	fire( eventOrInfo, ...args ) {