Kaynağa Gözat

Update src/tablecellproperties/commands/tablecellpropertycommand.js

Aleksander Nowodzinski 5 yıl önce
ebeveyn
işleme
e189a1fbea

+ 1 - 1
packages/ckeditor5-table/src/tablecellproperties/commands/tablecellpropertycommand.js

@@ -97,7 +97,7 @@ export default class TableCellPropertyCommand extends Command {
 	}
 
 	/**
-	 * Returns a single value for selected table cells. If all cells have the same value set it returns that value or undefined otherwise.
+	 * Returns a single value for all selected table cells. If the value is the same for all cells, it will be returned (`undefined` otherwise).
 	 *
 	 * @param {Array.<module:engine/model/element~Element>} tableCell
 	 * @returns {*}