From 88d087b4626f3197802ff198b6276ba668846681 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Sat, 9 Oct 2021 15:52:29 +0200 Subject: [PATCH] Fix bad docstring --- egui/src/util/cache.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egui/src/util/cache.rs b/egui/src/util/cache.rs index f9f64d03..0c555ee1 100644 --- a/egui/src/util/cache.rs +++ b/egui/src/util/cache.rs @@ -38,7 +38,7 @@ impl FrameCache { } } - /// Must be called once per frame to clear the [`Galley`] cache. + /// Must be called once per frame to clear the cache. pub fn evice_cache(&mut self) { let current_generation = self.generation; self.cache.retain(|_key, cached| {