Parcourir la source

Docs: Marked _getGroup as private method.

Marek Lewandowski il y a 6 ans
Parent
commit
13849c72d2

+ 1 - 0
packages/ckeditor5-special-characters/src/specialcharacters.js

@@ -100,6 +100,7 @@ export default class SpecialCharacters extends Plugin {
 	/**
 	 * Returns a group of special characters. If the group with the specified name does not exist, it will be created.
 	 *
+	 * @private
 	 * @param {String} groupName A name of group to create.
 	 */
 	_getGroup( groupName ) {