Skip to content
Snippets Groups Projects
Commit c844ba91 authored by Joshy Orndorff's avatar Joshy Orndorff Committed by GitHub
Browse files

Remove extra backtick in comments (#5898)

parent bc9707b4
No related merge requests found
......@@ -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.
///
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment