From ab48e6063a581ac1913dbbb9ea30e58449c9e926 Mon Sep 17 00:00:00 2001 From: jprochazk <1665677+jprochazk@users.noreply.github.com> Date: Mon, 11 Sep 2023 14:57:52 +0200 Subject: [PATCH] fix doc link --- crates/egui/src/load.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/egui/src/load.rs b/crates/egui/src/load.rs index 9bf8d19a210..56309b1b4a7 100644 --- a/crates/egui/src/load.rs +++ b/crates/egui/src/load.rs @@ -216,7 +216,7 @@ pub type BytesLoadResult = Result; pub trait BytesLoader { /// Unique ID of this loader. /// - /// To reduce the chance of collisions, use [`generate_id`] for this. + /// To reduce the chance of collisions, use [`generate_loader_id`] for this. fn id(&self) -> &str; /// Try loading the bytes from the given uri.