Skip to content

Commit 65c0c9d

Browse files
eush77wooorm
authored andcommitted
Fix descriptions of LinkReference and ImageReference
Closes GH-1.
1 parent d89c4a2 commit 65c0c9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ interface Footnote <: Parent {
353353

354354
### LinkReference
355355

356-
**Link** ([**Parent**](#parent)) represents a humble hyperlink, its `href`
356+
**LinkReference** ([**Parent**](#parent)) represents a humble hyperlink, its `href`
357357
and `title` defined somewhere else in the document by a **Definition**.
358358

359359
```idl
@@ -365,7 +365,7 @@ interface LinkReference <: Parent {
365365

366366
### ImageReference
367367

368-
**Link** ([**Node**](#node)) represents a figurative figure, its `src` and
368+
**ImageReference** ([**Node**](#node)) represents a figurative figure, its `src` and
369369
`title` defined somewhere else in the document by a **Definition**.
370370

371371
```idl

0 commit comments

Comments
 (0)