Skip to content

Commit 15d7a0c

Browse files
fixed typos in waspc/docs/wasplang/src/index.tex (#1497)
1 parent 5e45dad commit 15d7a0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

waspc/docs/wasplang/src/index.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ \subsection{Syntax}
4242
parse wasp, a quoter starting with \texttt{\{=tag} must contain all text until
4343
the first \texttt{tag=\}} or until the end of the input.
4444

45-
The nonterminals for strings, numbers, and identifers are not shown.
45+
The nonterminals for strings, numbers, and identifiers are not shown.
4646

4747
\subsection{Type System}
4848

@@ -308,7 +308,7 @@ \subsection{Extensibility}
308308
\subsection{Simplicity}
309309

310310
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
312312
to make experimenting with its implementation less painful. Hopefully, when
313313
a good implementation is found, it will be flexible enough to bring
314314
in more complex features as needed.
@@ -345,7 +345,7 @@ \subsection{Type checking}
345345
newtype PageParam = PageParam { name :: String
346346
, paramType :: ParamType
347347
} deriving (Generic)
348-
newtype Page = Page { componenent :: Analyzer.Primitive.Import
348+
newtype Page = Page { component :: Analyzer.Primitive.Import
349349
, authRequired :: Maybe Bool
350350
, params :: Maybe [PageParam]
351351
} deriving (Generic)

0 commit comments

Comments
 (0)