Skip to content

Commit c2ed075

Browse files
committed
fix docs
1 parent af43521 commit c2ed075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6411,7 +6411,7 @@ impl Display for CommentDef {
64116411

64126412
/// Helper to indicate if a collection should be wrapped by a symbol in the display form
64136413
///
6414-
/// [`Display`] is implemented for every [Vec<T>] where `T: Display`.
6414+
/// [`Display`] is implemented for every [`Vec<T>`] where `T: Display`.
64156415
/// The string output is a comma separated list for the vec items
64166416
///
64176417
/// # Examples

0 commit comments

Comments
 (0)