Fix grammatical errors in manuals

This commit is contained in:
Brian Huffman 2017-08-02 19:46:26 -07:00
parent c5f34e1c51
commit 1e453436b2
2 changed files with 2 additions and 2 deletions

View File

@ -244,7 +244,7 @@ badDef x = x.f
The components of a tuple or a record may also be accessed using pattern
matching. Patterns for tuples and records mirror the syntax for
constructing values: tuple patterns use parenthesis, while record
constructing values: tuple patterns use parentheses, while record
patterns use braces. Examples:
\begin{verbatim}

View File

@ -235,7 +235,7 @@ record. For example:
The components of a tuple or a record may also be accessed using
pattern matching. Patterns for tuples and records mirror the syntax
for constructing values: tuple patterns use parenthesis, while record
for constructing values: tuple patterns use parentheses, while record
patterns use braces. Examples:
getFst (x,_) = x