Parcourir la source

Merge branch 'master' into t/ckeditor5/1996

Maciej Bukowski il y a 6 ans
Parent
commit
1a02efa507
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.
 		 *