Skip to content

Commit 32abe71

Browse files
authored
fix typo in doc string for display (#43781)
1 parent b08d9ee commit 32abe71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/multimedia.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ xdisplayable(D::AbstractDisplay, @nospecialize args...) = applicable(display, D,
300300
display(mime, x)
301301
display(d::AbstractDisplay, mime, x)
302302
303-
AbstractDisplay `x` using the topmost applicable display in the display stack, typically using the
303+
Display `x` using the topmost applicable display in the display stack, typically using the
304304
richest supported multimedia output for `x`, with plain-text [`stdout`](@ref) output as a fallback.
305305
The `display(d, x)` variant attempts to display `x` on the given display `d` only, throwing
306306
a [`MethodError`](@ref) if `d` cannot display objects of this type.

0 commit comments

Comments
 (0)