Skip to content

Commit

Permalink
fix(7segment): typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Sep 13, 2021
1 parent 2dc6d8e commit 662860d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/7segment-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class SevenSegmentElement extends LitElement {
@property() pins: 'top' | 'extend' | 'none' = 'top';

/**
* The values for the individual segments. Each digits has 8
* The values for the individual segments. Each digit has 8
* segment values in the following order: A, B, C, D, E, F, G, DP
*
* The values are 1 for a lit segment, and 0 for an unlit segment.
Expand Down

0 comments on commit 662860d

Please sign in to comment.