Explorar o código

Update src/mentionui.js docs.

Co-Authored-By: Marek Lewandowski <mlewand@users.noreply.github.com>
Maciej %!s(int64=6) %!d(string=hai) anos
pai
achega
264bdcaf1f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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