瀏覽代碼

Fixed comment formatting (?).

Grzegorz Pabian 10 年之前
父節點
當前提交
c73707ab16
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-utils/tests/utils/utils.js

+ 1 - 1
packages/ckeditor5-utils/tests/utils/utils.js

@@ -69,7 +69,7 @@ describe( 'extend()', function() {
 		expect( Object.getOwnPropertyNames( target ).length ).to.equal( 1 );
 	} );
 
-	// properties of the subsequent objects should override properties of the preceding objects
+	// Properties of the subsequent objects should override properties of the preceding objects.
 	it( 'should extend by several params in the correct order', function() {
 		var utils = modules.utils;