Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyBF committed Sep 30, 2024
1 parent 7db31c7 commit cc2e26d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ext/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ pub type QueryModuleResolution = Resolution<CCC>;

/// The type returned by [`query_module`]. The value of this type depends on whether
/// [`nassau`](crate::nassau) is enabled. In any case, it is an augmented free chain complex over
/// either [`SteenrodAlgebra`] or [`MilnorAlgebra`](algebra::MilnorAlgebra) and supports the
/// `compute_through_stem` function.
/// either [`SteenrodAlgebra`] or [`MilnorAlgebra`] and supports the `compute_through_stem`
/// function.
#[cfg(feature = "nassau")]
pub type QueryModuleResolution = crate::nassau::Resolution<FDModule<MilnorAlgebra>>;

Expand Down
1 change: 0 additions & 1 deletion ext/src/yoneda.rs
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,6 @@ where
/// followed by a list of elements that span the intersection between this subspace and `keep`.
///
/// If `keep` is `None`, it is interpreted as the empty subspace.
fn compute_kernel_image<M: Module, F: ModuleHomomorphism, G: ModuleHomomorphism>(
source: &QM<M>,
augmentation_map: Option<&F>,
Expand Down

0 comments on commit cc2e26d

Please sign in to comment.