From 9adfd9a38080c625e2cef08d0d4182bda1e7933d Mon Sep 17 00:00:00 2001 From: Wonseok Shin Date: Tue, 13 Sep 2022 17:13:44 -0400 Subject: [PATCH] doc: fix a typo (#203) --- docs/src/fileformat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/fileformat.md b/docs/src/fileformat.md index 843409f..9283853 100644 --- a/docs/src/fileformat.md +++ b/docs/src/fileformat.md @@ -3,7 +3,7 @@ The source file format for Literate is a regular, commented, julia (`.jl`) scripts. The idea is that the scripts also serve as documentation on their own and it is also simple to include them in the test-suite, with e.g. `include`, to make sure the examples -stay up do date with other changes in your package. +stay up to date with other changes in your package. ## [**2.1.** Syntax](@id Syntax)