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