Skip to content

Commit

Permalink
Minor RustDoc tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Mar 26, 2024
1 parent 2f3e417 commit c69815b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zonetree/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! Storing and querying of zone trees.
//!
//! A [`ZoneTree`] is a multi-rooted hierarchy of [`Zone`]s, each root being a
//! distinct [`Class`], The tree can be queried by [`Class`], [`Rtype`] and
//! distinct [`Class`], A tree can be queried by [`Class`], [`Rtype`] and
//! [`Dname`] resulting in an [`Answer`].
//!
//! Trees can be iterated over to inspect or export their content.
Expand All @@ -14,7 +14,7 @@
//! matching name) and removed from the tree.
//!
//! Zones with other types of backing store can be created by implementing the
//! [`ZoneStore`] trait and passing instances of the implementing struct to
//! [`ZoneStore`] trait and passing an instance of the implementing struct to
//! [`Zone::new()`].
//!
//! For an example of implementing an alternate zone backing store see
Expand Down

0 comments on commit c69815b

Please sign in to comment.