From 5691840fc0fca9ddcdd91aae3ae8cc367e8971db Mon Sep 17 00:00:00 2001 From: Kajetan Litwinowicz Date: Tue, 13 Mar 2018 12:03:15 +0100 Subject: [PATCH] Changed mentioned version from `4.10.0` to `4.10` Zero is redundant here. --- core/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/editor.js b/core/editor.js index ed10ad2b98f..6348f9740cf 100644 --- a/core/editor.js +++ b/core/editor.js @@ -740,7 +740,7 @@ * } * } ); * - * Since 4.10.0 this method accepts `CKEDITOR.command` instance as param. + * Since 4.10 this method accepts `CKEDITOR.command` instance as param. * * @param {String} commandName The indentifier name of the command. * @param {CKEDITOR.commandDefinition/CKEDITOR.command} commandDefinition The command definition or the command instance.