fix comment

This commit is contained in:
Cory LaViska
2021-05-24 16:07:06 -04:00
parent 7bf3a8d8f7
commit 0f4bb2b24b

View File

@@ -35,7 +35,7 @@ export default class SlQrCode extends LitElement {
/** The edge radius of each module. Must be between 0 and 0.5. */
@property({ type: Number }) radius = 0;
/* The level of error correction to use. */
/** The level of error correction to use. */
@property({ attribute: 'error-correction' }) errorCorrection: 'L' | 'M' | 'Q' | 'H' = 'H';
firstUpdated() {