fix broken docstring link

This commit is contained in:
Emil Ernerfeldt 2021-10-29 21:10:53 +02:00
parent 081485bcaf
commit b551dfec81

View file

@ -1,6 +1,6 @@
use std::ops::Range;
/// Trait constraining what types [`TextEdit`] may use as
/// Trait constraining what types [`crate::TextEdit`] may use as
/// an underlying buffer.
///
/// Most likely you will use a `String` which implements `TextBuffer`.