Skip to content

Commit a345261

Browse files
🚿 Update comments
1 parent e99d2ba commit a345261

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/class/HTMLCodeBlockElement.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export default class HTMLCodeBlockElement extends HTMLElement {
182182
}
183183

184184
/**
185-
* The name of code block
185+
* The accessible name of code block
186186
* @return - The value of the label attribute
187187
*/
188188
get label() {
@@ -202,7 +202,7 @@ export default class HTMLCodeBlockElement extends HTMLElement {
202202
}
203203

204204
/**
205-
* Language Mode
205+
* Language name
206206
* @return - The value of the language attribute
207207
*/
208208
get language() {
@@ -222,7 +222,7 @@ export default class HTMLCodeBlockElement extends HTMLElement {
222222
}
223223

224224
/**
225-
* Flag to display the UI
225+
* The flag to display the UI
226226
* @return - With or without controls attribute
227227
* */
228228
get controls() {

0 commit comments

Comments
 (0)