Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Add missing 'link' word in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
msamsel authored May 10, 2019
1 parent 42dcb25 commit 02130d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/view/range.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import TreeWalker from './treewalker';
*
* In order to create a new position instance use the `createPosition*()` factory methods available in:
*
* * {@module:engine/view/view~View}
* * {@module:engine/view/downcastwriter~DowncastWriter}
* * {@module:engine/view/upcastwriter~UpcastWriter}
* * {@link module:engine/view/view~View}
* * {@link module:engine/view/downcastwriter~DowncastWriter}
* * {@link module:engine/view/upcastwriter~UpcastWriter}
*/
export default class Range {
/**
Expand Down

0 comments on commit 02130d6

Please sign in to comment.