Skip to content

Commit 481e9d7

Browse files
committed
Fix spacing as requested by Volker in review
1 parent 0ac0974 commit 481e9d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ts/util/Styles.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export type connection = {
3636
parts?: string[], // suffix names for sub-parts
3737
split: (name: string) => void, // function to split the value for the children
3838
combine: (name: string) => void // function to combine the child values when one changes
39-
subPart?: boolean // children combine to a different parent
39+
subPart?: boolean // true means children combine to a different parent
4040
};
4141

4242
/**
@@ -503,7 +503,7 @@ export class Styles {
503503
}
504504

505505
/**
506-
* @returns {StyleList} The object to map style names to the values
506+
* @returns {StyleList} The object to map style names to the values
507507
*/
508508
public get styleList(): StyleList {
509509
return { ...this.styles };

0 commit comments

Comments
 (0)