Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
arindas committed Mar 6, 2024
1 parent 9bfbea3 commit c3d2e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/commit_log/segmented_log/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
//! ## Why is this nested as a submodule?
//!
//! There can be other implementations of a [`CommitLog`] which have a completely different
//! structure. So we make "segmented-log" a submodule to repreent it as one of the possivle
//! structure. So we make "segmented-log" a submodule to represent it as one of the possible
//! implementations.
pub mod index;
Expand Down

0 comments on commit c3d2e13

Please sign in to comment.