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
}
// InputState
// InputState
protocol InputStateProtocol {
var type: StateType { get }
}