InputState // Documentation fix.
This commit is contained in:
parent
e53dd174e2
commit
fdd8b20be6
|
@ -42,7 +42,7 @@ enum StateType {
|
||||||
case ofSymbolTable
|
case ofSymbolTable
|
||||||
}
|
}
|
||||||
|
|
||||||
// 所有 InputState 均遵守该协定:
|
// 所有 InputState 均遵守該協定:
|
||||||
protocol InputStateProtocol {
|
protocol InputStateProtocol {
|
||||||
var type: StateType { get }
|
var type: StateType { get }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue