diff --git a/src/terminal/view.rs b/src/terminal/view.rs index 5f4cfd24..3d0e171d 100644 --- a/src/terminal/view.rs +++ b/src/terminal/view.rs @@ -216,7 +216,7 @@ pub struct TerminalView { /// "preparation failed" — see [`staging_cache`]. remote_clipboard_dir: Option, pub focus_handle: FocusHandle, - /// See [`displayed_registry`]. Shared with the registry so the app can + /// See [`DisplayedRegistry`]. Shared with the registry so the app can /// flip it during a draw without an entity access. displayed: std::sync::Arc, pub font: Font, diff --git a/src/ui/right_panel.rs b/src/ui/right_panel.rs index 2e74f03f..76298214 100644 --- a/src/ui/right_panel.rs +++ b/src/ui/right_panel.rs @@ -1443,8 +1443,8 @@ pub(crate) fn git_badge(letter: &str, color: gpui::Hsla, mono: &gpui::SharedStri /// /// The padding and radius are in pixels while the text is in rems, so the two /// stop being derived from each other once the interface font scale leaves -/// 100%: the text grows and the padding does not. That is the same trap -/// [`PIP_SIZE`] below is written in rems to avoid, and this chip has not been +/// 100%: the text grows and the padding does not. That is the same trap the +/// rem-sized constants above are written to avoid, and this chip has not been /// through it yet. pub(crate) fn info_chip( text: &str,