Skip to content

Commit

Permalink
fixed typos in waspc/docs/wasplang/src/index.tex (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
parikshitadhikari authored Oct 17, 2023
1 parent 5e45dad commit 15d7a0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions waspc/docs/wasplang/src/index.tex
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ \subsection{Syntax}
parse wasp, a quoter starting with \texttt{\{=tag} must contain all text until
the first \texttt{tag=\}} or until the end of the input.

The nonterminals for strings, numbers, and identifers are not shown.
The nonterminals for strings, numbers, and identifiers are not shown.

\subsection{Type System}

Expand Down Expand Up @@ -308,7 +308,7 @@ \subsection{Extensibility}
\subsection{Simplicity}

While wasp is much more complex than old wasp, it is still fairly simple.
Noteably, control flow is absent. I wanted wasp to be as simple as possible
Notably, control flow is absent. I wanted wasp to be as simple as possible
to make experimenting with its implementation less painful. Hopefully, when
a good implementation is found, it will be flexible enough to bring
in more complex features as needed.
Expand Down Expand Up @@ -345,7 +345,7 @@ \subsection{Type checking}
newtype PageParam = PageParam { name :: String
, paramType :: ParamType
} deriving (Generic)
newtype Page = Page { componenent :: Analyzer.Primitive.Import
newtype Page = Page { component :: Analyzer.Primitive.Import
, authRequired :: Maybe Bool
, params :: Maybe [PageParam]
} deriving (Generic)
Expand Down

0 comments on commit 15d7a0c

Please sign in to comment.