Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 35e3930

Browse files
authored
Remove extra backtick in comments (#5898)
1 parent 2bb06f1 commit 35e3930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primitives/runtime/src/traits.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ pub trait SignedExtension: Codec + Debug + Sync + Send + Clone + Eq + PartialEq
779779

780780
/// Returns the list of unique identifier for this signed extension.
781781
///
782-
/// As a [`SignedExtension`] can be a tuple of [`SignedExtension`]`s we need to return a `Vec`
782+
/// As a [`SignedExtension`] can be a tuple of [`SignedExtension`]s we need to return a `Vec`
783783
/// that holds all the unique identifiers. Each individual `SignedExtension` must return
784784
/// *exactly* one identifier.
785785
///

0 commit comments

Comments
 (0)