diff --git a/src/lib.rs b/src/lib.rs index 6de2336..1782a34 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -528,7 +528,7 @@ impl Window { #[inline] #[deprecated( since = "0.26", - note = "use set_fps_target instead, this function will be removed in the future." + note = "use `set_target_fps` instead, this function will be removed in the future" )] pub fn limit_update_rate(&mut self, time: Option) { self.0.set_rate(time)