Skip to content

Commit

Permalink
Add missing ']' in book example.
Browse files Browse the repository at this point in the history
Fixes #880.
  • Loading branch information
Brian Huffman committed Sep 23, 2020
1 parent ae4406d commit eb244a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ProgrammingCryptol/crashCourse/CrashCourse.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1598,7 +1598,7 @@ \section{Characters and strings}
simply, by using a smaller bit size for the constant {\tt 1}:
\begin{Verbatim}
Cryptol> [(1:[2])...]
[1, 2, 3, 0, 1 ...
[1, 2, 3, 0, 1 ...]
Cryptol> take`{20} [(1:[2])...]
[1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3, 0]
\end{Verbatim}
Expand Down

0 comments on commit eb244a1

Please sign in to comment.