fix broken docstring link
This commit is contained in:
parent
081485bcaf
commit
b551dfec81
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
use std::ops::Range;
|
use std::ops::Range;
|
||||||
|
|
||||||
/// Trait constraining what types [`TextEdit`] may use as
|
/// Trait constraining what types [`crate::TextEdit`] may use as
|
||||||
/// an underlying buffer.
|
/// an underlying buffer.
|
||||||
///
|
///
|
||||||
/// Most likely you will use a `String` which implements `TextBuffer`.
|
/// Most likely you will use a `String` which implements `TextBuffer`.
|
||||||
|
|
Loading…
Reference in a new issue