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