Browse Source

Fix typo in example.jl

pull/133/head
Omar Elrefaei 5 years ago committed by GitHub
parent
commit
2e3790a73c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/example.jl

2
examples/example.jl

@ -46,7 +46,7 @@ y = 2//5 @@ -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"}}

Loading…
Cancel
Save