Skip to content

Commit

Permalink
alg_ids.rs: adjust head comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Jan 27, 2025
1 parent 6ab3558 commit 540633b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/alg_id.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Encodings of the PKIX AlgorithmIdentifier type.
//! Common values of the PKIX [`AlgorithmIdentifier`] type.
//!
//! This module contains a set of common values, and exists to keep the
//! names of these separate from the actual algorithm implementations.
//! If you need to use an [`AlgorithmIdentifier`] not defined here,
//! you can define it locally.
use super::AlgorithmIdentifier;

Expand Down

0 comments on commit 540633b

Please sign in to comment.