diff --git a/kits/julia/set_kit.jl b/kits/julia/set_kit.jl index d12ba82..c2172ab 100644 --- a/kits/julia/set_kit.jl +++ b/kits/julia/set_kit.jl @@ -142,7 +142,7 @@ function set_kit(proj_name::String, proj_path::String) write(io, "\n\n") write(io, "It is also possible to include hyperlinks: for example, this [link to further details on the Markdown syntax used in Pluto notebooks](https://www.juliapackages.com/p/pluto).") write(io, "\n\n") - write(io, "Cells for code do not need any special marking, unless the cell contains several lines of text. In that case, the code should be included inside a `begin ... end` block.") + write(io, "Cells for code do not need any special marking, unless the cell contains several lines of code. In that case, the code should be included inside a `begin ... end` block.") write(io, "\n\n") write(io, "```{julia}") write(io, "\n")