summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-03-19 02:27:47 -0600
committerkballou <kballou@devnulllabs.io>2016-03-19 02:27:47 -0600
commit2e7990aaaabcb80dd49b7b57b3e3966c875388e4 (patch)
tree1c74ab9f3c1bd54a69d797d121d10015b3692588
parent55304d7a2af90385b423fec92efe7ef5a19581de (diff)
downloadfunc-w-elixir-2e7990aaaabcb80dd49b7b57b3e3966c875388e4.tar.gz
func-w-elixir-2e7990aaaabcb80dd49b7b57b3e3966c875388e4.tar.xz
Increase indentation for bullet
-rw-r--r--src/func-w-elixir.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/func-w-elixir.tex b/src/func-w-elixir.tex
index 6f0ab9f..439a0b6 100644
--- a/src/func-w-elixir.tex
+++ b/src/func-w-elixir.tex
@@ -206,7 +206,9 @@ appeared in 1986}
\framesubtitle{There is no spoon}
\begin{itemize}
\item{\texttt{=} does \textbf{not} mean \textit{assign}}
+\begin{itemize}
\item{\texttt{x = 1} is not \textit{assign 1 to \texttt{x}}}
+\end{itemize}
\item{\texttt{=} is a \textit{match} operator}
\begin{itemize}
\item{\texttt{=} is a constraint-solving operator}