1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

Update doclink in docstring

This commit is contained in:
Emil Ernerfeldt
2024-03-25 11:38:32 +01:00
parent f5b9296f0f
commit e807b73a6b

View File

@@ -223,7 +223,7 @@ impl<'t> TextEdit<'t> {
/// 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.
///
/// 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.
///
/// ```