mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Update doclink in docstring
This commit is contained in:
@@ -223,7 +223,7 @@ impl<'t> TextEdit<'t> {
|
|||||||
/// so it is strongly suggested that you cache the results of any syntax highlighter
|
/// so it is strongly suggested that you cache the results of any syntax highlighter
|
||||||
/// so as not to waste CPU highlighting the same string every frame.
|
/// so as not to waste CPU highlighting the same string every frame.
|
||||||
///
|
///
|
||||||
/// The arguments is the enclosing [`Ui`] (so you can access e.g. [`Ui::fonts`]),
|
/// The arguments is the enclosing [`Ui`] (so you can access e.g. [`Ui::style`]),
|
||||||
/// the text and the wrap width.
|
/// the text and the wrap width.
|
||||||
///
|
///
|
||||||
/// ```
|
/// ```
|
||||||
|
|||||||
Reference in New Issue
Block a user