Skip to content

Commit 4da6474

Browse files
committed
style: match the gap comment wording
1 parent bfd8b92 commit 4da6474

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/src/components/gallery/gallery.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ export class Gallery implements ComponentInterface {
315315
}
316316

317317
/**
318-
* Warn about an invalid columns value when it is set to a non-positive
319-
* integer, an empty breakpoint map, a map with no supported breakpoint keys,
318+
* Warn about an invalid columns value when it is set to a negative number,
319+
* an empty breakpoint map, a map with no supported breakpoint keys,
320320
* or a map with invalid breakpoint values.
321321
*/
322322
private warnInvalidColumns(columns: GalleryColumns) {

0 commit comments

Comments
 (0)