From 0f4bb2b24b078b10461afc30e2903628ae465f45 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 24 May 2021 16:07:06 -0400 Subject: [PATCH] fix comment --- src/components/qr-code/qr-code.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/qr-code/qr-code.ts b/src/components/qr-code/qr-code.ts index 64b9f552c..ab1555939 100644 --- a/src/components/qr-code/qr-code.ts +++ b/src/components/qr-code/qr-code.ts @@ -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() {