Skip to content

Commit

Permalink
fix typo in doc string for display (JuliaLang#43781)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Jan 12, 2022
1 parent b08d9ee commit 32abe71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/multimedia.jl
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ xdisplayable(D::AbstractDisplay, @nospecialize args...) = applicable(display, D,
display(mime, x)
display(d::AbstractDisplay, mime, x)
AbstractDisplay `x` using the topmost applicable display in the display stack, typically using the
Display `x` using the topmost applicable display in the display stack, typically using the
richest supported multimedia output for `x`, with plain-text [`stdout`](@ref) output as a fallback.
The `display(d, x)` variant attempts to display `x` on the given display `d` only, throwing
a [`MethodError`](@ref) if `d` cannot display objects of this type.
Expand Down

0 comments on commit 32abe71

Please sign in to comment.