InputState // Documentation fix.
This commit is contained in:
parent
d37c6ed4d9
commit
a3e5e9e466
|
@ -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