Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 2bf477f

Browse files
GitSquaredPhundrak
andauthored
Update src/classes/keyboard.class.js
Co-Authored-By: Phundrak <[email protected]>
1 parent 9a9f109 commit 2bf477f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/classes/keyboard.class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class Keyboard {
103103
return "ĉ";
104104
case "C":
105105
return "Ĉ";
106-
// the circumflex can also be used for subscript numbers
106+
// the circumflex can also be used for superscript numbers
107107
case "1":
108108
return "¹";
109109
case "2":

0 commit comments

Comments
 (0)