Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nhusung committed Jun 24, 2024
1 parent 9c20f3d commit c5a4f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxidd-core/src/util/substitution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ impl<T: Substitution> Substitution for &T {
/// Substitution mapping variables to replacement functions, created from slices
/// of functions
///
/// `S` is the storage type, and can, e.g., be a `Vec<S>`
/// `S` is the storage type, and can, e.g., be `Vec<F>` or `&[F]`.
#[derive(Debug)]
pub struct Subst<F, S = Vec<F>> {
id: u32,
Expand Down

0 comments on commit c5a4f0b

Please sign in to comment.