Skip to content

Commit 6dd16a2

Browse files
committed
fix clippy
1 parent 5804568 commit 6dd16a2

File tree

1 file changed

+1
-1
lines changed
  • rust/catalyst-types/src/catalyst_id

1 file changed

+1
-1
lines changed

rust/catalyst-types/src/catalyst_id/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ struct CatalystIdInner {
6363
/// - `true`: The key is used for encryption.
6464
/// - `false`: The key is used for signing (signature key).
6565
encryption: bool,
66-
/// Catalyst ID type (URI, ID or AdminURI)
66+
/// Catalyst ID type (URI, ID or Admin URI)
6767
r#type: CatalystIdType,
6868
}
6969

0 commit comments

Comments
 (0)