Merge pull request #26 from bmsherman/book_typo

Fix typo in book with label for Embeddings chapter
This commit is contained in:
Adam Chlipala 2018-05-29 14:45:32 -04:00 committed by GitHub
commit 79e5f916b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3453,7 +3453,8 @@ In fact, we can prove that any other state is unstuck, though we won't bother he
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{label{embeddings}Deep Embeddings, Shallow Embeddings, and Options in Between}
\chapter{Deep Embeddings, Shallow Embeddings, and Options in Between}
\label{embeddings}
So far, in this book, we have followed the typographic conventions of ordinary mathematics and logic, as they would be worked out on whiteboards.
In parallel, we have mechanized all of the definitions and proofs in Coq.