From 83f89e9228ba97f3121344dbd72f4870c3112e8a Mon Sep 17 00:00:00 2001 From: kballou Date: Sat, 19 Mar 2016 00:17:21 -0600 Subject: Fix spelling errors --- src/func-w-elixir.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/func-w-elixir.tex b/src/func-w-elixir.tex index 7f16c12..eb7b971 100644 --- a/src/func-w-elixir.tex +++ b/src/func-w-elixir.tex @@ -241,7 +241,7 @@ represented with varying number of bits for each component} \item{sign, ±, 1 bit} \item{exponent, 11 bits} \item{fraction (mantissa), 52 bits} -\item{bias, built-in, typcially $1023$ for doubles} +\item{bias, built-in, typically $1023$ for doubles} \end{itemize} \end{itemize} \end{frame} @@ -332,7 +332,7 @@ F_1 &= 1 \item<1->{Functional way to process collections} \item<2->{Can be (partially) pipelined} \item<3->{Mapping can be lazy} -\item<4->{Map is Reduce} %with a widening accumlator +\item<4->{Map is Reduce} %with a widening accumulator \item<5->{They are ``folds''} \end{itemize} \end{frame} @@ -422,7 +422,7 @@ F_1 &= 1 \frametitle{Parallel Map} \begin{itemize} \item{Spawn a process for each element in the list} -\item{Evalutate the provided function for the element} +\item{Evaluate the provided function for the element} \item{Gather and Return results} \end{itemize} \end{frame} -- cgit v1.2.1