more grammar fixes

This commit is contained in:
Ilya Rezvov
2021-04-04 17:23:43 -07:00
parent d01691338f
commit 4fb4da0f2f
8 changed files with 84 additions and 83 deletions
+1 -1
View File
@@ -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)