Browse Source

doc: fix a typo (#203)

pull/207/head
Wonseok Shin 3 years ago committed by GitHub
parent
commit
9adfd9a380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/src/fileformat.md

2
docs/src/fileformat.md

@ -3,7 +3,7 @@
The source file format for Literate is a regular, commented, julia (`.jl`) scripts. 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 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 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) ## [**2.1.** Syntax](@id Syntax)

Loading…
Cancel
Save