Skip to content

Commit 24f1c07

Browse files
committed
fix: fix code comments
1 parent b16cdec commit 24f1c07

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/vaadin-grid/src/vaadin-grid-selection-column.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,8 @@ class GridSelectionColumnElement extends GridColumnElement {
169169
}
170170

171171
/**
172-
* When the default header renderer is a current renderer, it re-renders
173-
* the header cell content once an instance property of the column
174-
* used in the default header renderer is changed.
172+
* Re-renders the header cell content once a column property
173+
* bound in the default header renderer is changed.
175174
*
176175
* @private
177176
*/

0 commit comments

Comments
 (0)