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

Commit

Permalink
Adds doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gupnik committed Aug 3, 2023
1 parent 8eb3187 commit b863d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/broker/src/coretime_interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub enum CoreAssignment {
/// Type able to accept Coretime scheduling instructions and provide certain usage information.
/// Generally implemented by the Relay-chain or some means of communicating with it.
///
/// The trait representation of RFC#5 https://github.com/polkadot-fellows/RFCs/pull/5.
/// The trait representation of RFC#5 `<https://github.com/polkadot-fellows/RFCs/pull/5>`.
pub trait CoretimeInterface {
/// A (Relay-chain-side) account ID.
type AccountId: Parameter;
Expand Down

0 comments on commit b863d5d

Please sign in to comment.