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| {