Browse Source

Update example.jl

pull/82/head
Kristoffer Carlsson 6 years ago committed by GitHub
parent
commit
cd7e36e043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/example.jl

2
examples/example.jl

@ -71,7 +71,7 @@ end
foo() foo()
# Just like in the REPL, outputs ending with a semicolon hide the output: # Just like in the REPL, outputs ending with a semicolon hides the output:
1 + 1; 1 + 1;
# Both Documenter's `@example` block and notebooks can display images. Here is an example # Both Documenter's `@example` block and notebooks can display images. Here is an example

Loading…
Cancel
Save