From eccc537abe8d4e6ca4c06b8f0aa60eb15c511ec2 Mon Sep 17 00:00:00 2001 From: dbr Date: Wed, 10 Feb 2021 14:56:37 +1100 Subject: [PATCH] Update link in docs --- imgui/src/fonts/glyph_ranges.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ///