Преглед на файлове

Fixed comment formatting (?).

Grzegorz Pabian преди 11 години
родител
ревизия
6926489955
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-engine/tests/utils/utils.js

+ 1 - 1
packages/ckeditor5-engine/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;