Skip to content

Commit b3791b4

Browse files
authored
fix documentation warning
1 parent f7a0bb5 commit b3791b4

File tree

1 file changed

+1
-1
lines changed
  • bridges/snowbridge/pallets/outbound-queue/src

1 file changed

+1
-1
lines changed

bridges/snowbridge/pallets/outbound-queue/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ pub mod pallet {
277277
}
278278

279279
impl<T: Config> Pallet<T> {
280-
/// Hashes of the ABI-encoded messages in the [`Messages`] storage value.
280+
/// Hashes of the ABI-encoded messages in the `Messages` storage value.
281281
pub fn message_leaves() -> Vec<H256> {
282282
MessageLeaves::<T>::get()
283283
}

0 commit comments

Comments
 (0)