Skip to content

Commit

Permalink
fix doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Sep 11, 2023
1 parent 0461002 commit ab48e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/load.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ pub type BytesLoadResult = Result<BytesPoll>;
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.
Expand Down

0 comments on commit ab48e60

Please sign in to comment.