Skip to content

Commit

Permalink
Typo: choose rather than chose (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
oylenshpeegul authored Nov 24, 2020
1 parent afb2961 commit 97de3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/3.4/monads-programmers-definition.tex
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ \section{The \texttt{do} Notation}

When dealing with monads it means favoring the bind operator over the
fish operator. Bind takes a monadic value and returns a monadic value.
The programmer may chose to give names to those values. But that's
The programmer may choose to give names to those values. But that's
hardly an improvement. What we really want is to pretend that we are
dealing with regular values, not the monadic containers that encapsulate
them. That's how imperative code works --- side effects, such as
Expand Down

0 comments on commit 97de3c6

Please sign in to comment.