Skip to content

Commit

Permalink
docs: fix typo in zipper docs
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasdewally committed Jan 27, 2025
1 parent 9238d38 commit 865f666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uniplate/src/zipper.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Cursors into Uniplate types.
//!
//! A Zippers is a cursor into a functional data structure. The cursor can be moved around the data
//! A zipper is a cursor into a functional data structure. The cursor can be moved around the data
//! structure, and the value at the cursor can be quickly updated.
//!
//! Zippers are particularly useful for mutating self-referential data structures. Updating the
Expand Down

0 comments on commit 865f666

Please sign in to comment.