From 7878392d880a705a359b11462d8eb6c5350e3c63 Mon Sep 17 00:00:00 2001 From: juliohq Date: Mon, 24 Apr 2023 12:21:58 -0300 Subject: [PATCH] Add missing backticks --- godot-core/src/builtin/rect2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/godot-core/src/builtin/rect2.rs b/godot-core/src/builtin/rect2.rs index 2107ab781..e91fddd59 100644 --- a/godot-core/src/builtin/rect2.rs +++ b/godot-core/src/builtin/rect2.rs @@ -44,7 +44,7 @@ impl Rect2 { } } - /// Returns a rectangle with the same geometry, with top-left corner as position and non-negative size. + /// Returns a rectangle with the same geometry, with top-left corner as `position` and non-negative size. /// /// _Godot equivalent: `Rect2.abs()`_ #[inline]