Remove extra backtick in comments (#5898)

This commit is contained in:
Joshy Orndorff
2020-05-05 09:35:56 -04:00
committed by GitHub
parent bc9707b4c5
commit c844ba9163
+1 -1
View File
@@ -779,7 +779,7 @@ pub trait SignedExtension: Codec + Debug + Sync + Send + Clone + Eq + PartialEq
/// Returns the list of unique identifier for this signed extension.
///
/// As a [`SignedExtension`] can be a tuple of [`SignedExtension`]`s we need to return a `Vec`
/// As a [`SignedExtension`] can be a tuple of [`SignedExtension`]s we need to return a `Vec`
/// that holds all the unique identifiers. Each individual `SignedExtension` must return
/// *exactly* one identifier.
///