Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 132d5ff

Browse files
committed
add back [] in hover documentation
1 parent f64feeb commit 132d5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide/src/hover.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pub struct HoverResult {
8787
// Shows additional information, like the type of an expression or the documentation for a definition when "focusing" code.
8888
// Focusing is usually hovering with a mouse, but can also be triggered with a shortcut.
8989
//
90-
// image::https://user-images.githubusercontent.com/48062697/113020658-b5f98b80-917a-11eb-9f88-3dbc27320c95.gif
90+
// image::https://user-images.githubusercontent.com/48062697/113020658-b5f98b80-917a-11eb-9f88-3dbc27320c95.gif[]
9191
pub(crate) fn hover(
9292
db: &RootDatabase,
9393
FileRange { file_id, range }: FileRange,

0 commit comments

Comments
 (0)