Browse Source

fixed minor typo in documentation (#98)

pull/99/head
Okon Samuel 6 years ago committed by GitHub
parent
commit
c0117e83ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/src/tips.md

2
docs/src/tips.md

@ -37,5 +37,5 @@ HTML formats.
be showable as just `image/png` and `text/plain` you can use be showable as just `image/png` and `text/plain` you can use
```julia ```julia
img = plot(...) img = plot(...)
img = DisplayAs.Text(DisplayAs.Text(img)) img = DisplayAs.Text(DisplayAs.PNG(img))
``` ```

Loading…
Cancel
Save