From 956860b32114a0ca6d8d9af15175514f6a94e34a Mon Sep 17 00:00:00 2001 From: seancarroll Date: Sat, 16 Jan 2021 15:14:16 -0600 Subject: fix some docs --- src/attributes/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/attributes') diff --git a/src/attributes/mod.rs b/src/attributes/mod.rs index 3219a50..dafbf4a 100644 --- a/src/attributes/mod.rs +++ b/src/attributes/mod.rs @@ -1279,7 +1279,7 @@ pub trait NodeAttributes<'a> { /// Sets x and y margins of canvas, in inches. /// Both margins are set equal to the given value. - /// See [`crate::NodeAttributes::margin_point`] + /// See [`crate::attributes::NodeAttributes::margin_point`] fn margin(&mut self, margin: f32) -> &mut Self { self.margin_point(Point::new_2d(margin, margin)) } -- cgit v1.2.3