Skip to content

Commit

Permalink
Fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Feb 2, 2024
1 parent 14b8c2b commit d3e2bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/misc.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function show(io::IO, A::MyObj)
... usual stuff
```

`@show_special` checks if an attribute `:show_special` is present. If so, it has to be
`@show_special` checks if an attribute `:show` is present. If so, it has to be
a function taking `IO` and the object. This is then called instead of the usual
`show` function.

Expand Down

0 comments on commit d3e2bc6

Please sign in to comment.