Explorar el Código

Merge branch 'master' into t/ckeditor5/1996

Maciej Bukowski hace 6 años
padre
commit
1a02efa507
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.
 		 *