From f4821380916b4b82acbceb1386b0eb99acf67922 Mon Sep 17 00:00:00 2001 From: Omar Elrefaei <17922991+Omar-Elrefaei@users.noreply.github.com> Date: Fri, 29 Jan 2021 12:08:32 -0500 Subject: [PATCH] [doc]: fix a typo in example.jl (#133) --- examples/example.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example.jl b/examples/example.jl index 511600a..70ede00 100644 --- a/examples/example.jl +++ b/examples/example.jl @@ -46,7 +46,7 @@ y = 2//5 # `#md`, `#nb`, `#jl` and `#src` tags (see [Filtering Lines](@ref)): #md # - This line starts with `#md` and is thus only visible in the markdown output. #nb # - This line starts with `#nb` and is thus only visible in the notebook output. -#jl # - This line starts with `#jl` and is thus only visible in the notebook output. +#jl # - This line starts with `#jl` and is thus only visible in the script output. #src # - This line starts with `#src` and is thus only visible in the source file. #nb # %% A slide [markdown] {"slideshow": {"slide_type": "subslide"}}