summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index e2908f73..821c0dd0 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -87,7 +87,7 @@
//! # fn draw(
//! # &mut self,
//! # _cursor_position: Point,
-//! # _bounds: Rectangle<f32>,
+//! # _bounds: Rectangle,
//! # _state: &button::State,
//! # _label: &str,
//! # _class: button::Class,
@@ -103,7 +103,7 @@
//! #
//! # fn draw(
//! # &mut self,
-//! # _bounds: Rectangle<f32>,
+//! # _bounds: Rectangle,
//! # _content: &str,
//! # _size: f32,
//! # _color: Option<[f32; 4]>,