Sfoglia il codice sorgente

Merge branch 'master' into t/ckeditor5/1996

Maciej Bukowski 6 anni fa
parent
commit
1a02efa507
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/ckeditor5-engine/src/view/domconverter.js

+ 1 - 1
packages/ckeditor5-engine/src/view/domconverter.js

@@ -66,7 +66,7 @@ export default class DomConverter {
 
 		/**
 		 * Elements which are considered block elements (and hence should be filled with a
-		 * {@link ~isBlockFiller block filler}).
+		 * {@link #isBlockFiller block filler}).
 		 *
 		 * Whether an element is considered a block element also affects handling of trailing whitespaces.
 		 *