diff --git a/imgui/src/fonts/glyph_ranges.rs b/imgui/src/fonts/glyph_ranges.rs index 4ba7c45..dcadeb0 100644 --- a/imgui/src/fonts/glyph_ranges.rs +++ b/imgui/src/fonts/glyph_ranges.rs @@ -113,7 +113,7 @@ impl FontGlyphRanges { /// Creates a glyph range from a static slice without checking its validity. /// - /// See [`FontRangeGlyph::from_slice`] for more information. + /// See [`FontGlyphRanges::from_slice`] for more information. /// /// # Safety ///