Explorar el Código

Fixed comment formatting (?).

Grzegorz Pabian hace 10 años
padre
commit
c73707ab16
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;