Skip to content

Commit f3af8dc

Browse files
committed
Fix Image element docstring
1 parent c9ee261 commit f3af8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/markdown.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ represent the image description.
287287
# Constructors
288288
289289
```julia
290-
Link(destination::AbstractString, title::AbstractString)
290+
Image(destination::AbstractString, title::AbstractString)
291291
```
292292
"""
293293
mutable struct Image <: AbstractInline

0 commit comments

Comments
 (0)