Ver código fonte

Changed comment.

Oskar Wrobel 9 anos atrás
pai
commit
d759d0aa34
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/ckeditor5-engine/tests/view/treewalker.js

+ 1 - 1
packages/ckeditor5-engine/tests/view/treewalker.js

@@ -575,7 +575,7 @@ function expectText( value, expected ) {
 	expect( value.length ).to.equal( value.item._data.length );
 
 	/**
-	 * @TODO: Checking (next|prev)Position
+	 * @TODO: Checking previous and next position.
 	 */
 }