Browse Source

Merge branch 'master' into t/ckeditor5/1996

Maciej Bukowski 6 năm trước cách đây
mục cha
commit
1a02efa507
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.
 		 *