From b316308037226bfc89ed582243ef41eec8ae63b8 Mon Sep 17 00:00:00 2001 From: john verzani Date: Wed, 1 Jun 2022 07:11:35 -0400 Subject: [PATCH] V020 (#48) * fix typo --- Project.toml | 2 +- src/WeaveSupport/toc.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 84c76e2..4276237 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "CalculusWithJulia" uuid = "a2e0e22d-7d4c-5312-9169-8b992201a882" -version = "0.0.19" +version = "0.0.20" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" diff --git a/src/WeaveSupport/toc.jl b/src/WeaveSupport/toc.jl index 0540363..e1897c6 100644 --- a/src/WeaveSupport/toc.jl +++ b/src/WeaveSupport/toc.jl @@ -74,7 +74,7 @@ table_of_contents = [ :integral_vector_calculus :review; :alternatives :symbolics; - :misc :getting_started_with_juila + :misc :getting_started_with_julia :misc :bibliography; :misc :quick_notes; :misc :julia_interfaces;