summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-03-19 00:17:21 -0600
committerkballou <kballou@devnulllabs.io>2016-03-19 01:40:04 -0600
commit83f89e9228ba97f3121344dbd72f4870c3112e8a (patch)
treeef95b6a1c9e4cd475da6a3a8252b2b97e2ee354b
parent837dd0ddd23ab18a9778491576a97844935c3b89 (diff)
downloadfunc-w-elixir-83f89e9228ba97f3121344dbd72f4870c3112e8a.tar.gz
func-w-elixir-83f89e9228ba97f3121344dbd72f4870c3112e8a.tar.xz
Fix spelling errors
-rw-r--r--src/func-w-elixir.tex6
1 files 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}