Skip to content

Commit

Permalink
Add missing backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohq committed Apr 24, 2023
1 parent 0be8591 commit 7878392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion godot-core/src/builtin/rect2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 7878392

Please sign in to comment.