Parcourir la source

Docs: Fixed return type annotation for the SpecialCharacters.getCharactersForGroup method.

Marek Lewandowski il y a 6 ans
Parent
commit
ba453d5e8a

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

@@ -81,7 +81,7 @@ export default class SpecialCharacters extends Plugin {
 	 * Returns a collection of symbol names (titles).
 	 *
 	 * @param {String} groupName
-	 * @returns {Set<String>|undefined}
+	 * @returns {Set.<String>|undefined}
 	 */
 	getCharactersForGroup( groupName ) {
 		return this._groups.get( groupName );