Skip to content

Commit 130f2bc

Browse files
committed
Fix document.
1 parent 126e356 commit 130f2bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

parse-display/src/display.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Helper attributes can be written in the following positions.
2525

2626
## `#[display("...")]`
2727

28-
Specifies the format using a syntax similar to `std::format!()`.
28+
Specifies the format using a syntax similar to [`std::format!()`].
2929

3030
However, unlike `std::format!()`, `{}` has the following meaning.
3131

parse-display/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ mod helpers_std;
7070
///
7171
/// ## `#[display("...")]`
7272
///
73-
/// Specifies the format using a syntax similar to `std::format!()`.
73+
/// Specifies the format using a syntax similar to [`std::format!()`].
7474
///
7575
/// However, unlike `std::format!()`, `{}` has the following meaning.
7676
///

0 commit comments

Comments
 (0)