Przeglądaj źródła

Merge branch 'master' into t/ckeditor5/1996

Maciej Bukowski 6 lat temu
rodzic
commit
1a02efa507

+ 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.
 		 *