Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
Co-authored-by: Laurențiu Nicola <[email protected]>
  • Loading branch information
magnusuMET and lnicola committed Oct 3, 2024
1 parent c60e9cd commit ef4873f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netcdf/src/group.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ use super::utils::{checked_with_lock, with_lock};
use super::variable::{Variable, VariableMut};

/// Main component of the netcdf format. Holds all variables,
/// attributes, and dimensions. A group can always see the parents items,
/// but a parent can not access the childrens items.
/// attributes, and dimensions. A group can always see the parent's items,
/// but a parent can not access the children's items.
#[derive(Debug, Clone)]
pub struct Group<'f> {
pub(crate) ncid: nc_type,
Expand Down

0 comments on commit ef4873f

Please sign in to comment.