Sfoglia il codice sorgente

Update src/mentionui.js docs.

Co-Authored-By: Marek Lewandowski <mlewand@users.noreply.github.com>
Maciej 6 anni fa
parent
commit
264bdcaf1f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/ckeditor5-mention/src/mentionui.js

+ 1 - 1
packages/ckeditor5-mention/src/mentionui.js

@@ -556,7 +556,7 @@ function createRegExp( marker, minimumCharacters ) {
 	return new RegExp( buildPattern( '\\(\\[{"\'', marker, numberOfCharacters ), 'u' );
 }
 
-// Creates a regex pattern for the marker.
+// Helper to build a RegExp pattern string for the marker.
 //
 // @param {String} whitelistedCharacters
 // @param {String} marker