more grammar fixes
This commit is contained in:
@@ -192,7 +192,7 @@ data Function = Function {
|
||||
|
||||
data Limit = Limit Natural (Maybe Natural) deriving (Show, Eq, Generic, NFData)
|
||||
|
||||
data ElemType = AnyFunc deriving (Show, Eq, Generic, NFData)
|
||||
data ElemType = FuncRef deriving (Show, Eq, Generic, NFData)
|
||||
|
||||
data TableType = TableType Limit ElemType deriving (Show, Eq, Generic, NFData)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user