Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zachcp committed Dec 27, 2024
1 parent 076d4cf commit cb03cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ferritin-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ mod selection;

pub use self::atomcollection::AtomCollection;
pub use self::bonds::{Bond, BondOrder};
pub use self::featurize::{aa1to_int, aa3to1, int_to_aa1, ProteinFeatures, StructureFeatures};
pub use self::residue::ResidueAtoms;
pub use self::selection::Selection;
pub use self::featurize::{StructureFeatures, ProteinFeatures, aa3to1, aa1to_int, int_to_aa1}

0 comments on commit cb03cb9

Please sign in to comment.