File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 } ;
You can’t perform that action at this time.
0 commit comments