mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
fix broken docstring link
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user