InputState // Documentation fix.

This commit is contained in:
ShikiSuen 2022-06-29 16:31:34 +08:00
parent e53dd174e2
commit fdd8b20be6
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ enum StateType {
case ofSymbolTable case ofSymbolTable
} }
// InputState // InputState
protocol InputStateProtocol { protocol InputStateProtocol {
var type: StateType { get } var type: StateType { get }
} }