@@ -42,7 +42,7 @@ \subsection{Syntax}
42
42
parse wasp, a quoter starting with \texttt {\{ =tag } must contain all text until
43
43
the first \texttt {tag=\} } or until the end of the input.
44
44
45
- The nonterminals for strings, numbers, and identifers are not shown.
45
+ The nonterminals for strings, numbers, and identifiers are not shown.
46
46
47
47
\subsection {Type System }
48
48
@@ -308,7 +308,7 @@ \subsection{Extensibility}
308
308
\subsection {Simplicity }
309
309
310
310
While wasp is much more complex than old wasp, it is still fairly simple.
311
- Noteably , control flow is absent. I wanted wasp to be as simple as possible
311
+ Notably , control flow is absent. I wanted wasp to be as simple as possible
312
312
to make experimenting with its implementation less painful. Hopefully, when
313
313
a good implementation is found, it will be flexible enough to bring
314
314
in more complex features as needed.
@@ -345,7 +345,7 @@ \subsection{Type checking}
345
345
newtype PageParam = PageParam { name :: String
346
346
, paramType :: ParamType
347
347
} deriving (Generic)
348
- newtype Page = Page { componenent :: Analyzer.Primitive.Import
348
+ newtype Page = Page { component :: Analyzer.Primitive.Import
349
349
, authRequired :: Maybe Bool
350
350
, params :: Maybe [PageParam]
351
351
} deriving (Generic)
0 commit comments