1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 21:30:03 -04:00

Fix bad docstring

This commit is contained in:
Emil Ernerfeldt
2021-10-09 15:52:29 +02:00
parent bc54a49413
commit 88d087b462

View File

@@ -38,7 +38,7 @@ impl<Value, Computer> FrameCache<Value, Computer> {
}
}
/// 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| {