Fix docstring backticks

This commit is contained in:
Emil Ernerfeldt 2024-12-03 09:55:25 +01:00
parent 4f7f23ef5e
commit 6a1131f1c9
1 changed files with 2 additions and 2 deletions

View File

@ -500,8 +500,8 @@ struct Prepared {
scrolling_enabled: bool,
stick_to_end: Vec2b,
/// If there was a scroll target before the ScrollArea was added this frame, it's
/// not for us to handle so we save it and restore it after this ScrollArea is done.
/// If there was a scroll target before the [`ScrollArea`] was added this frame, it's
/// not for us to handle so we save it and restore it after this [`ScrollArea`] is done.
saved_scroll_target: [Option<pass_state::ScrollTarget>; 2],
animated: bool,