Skip to content

Commit

Permalink
docs: remove unneeded duplicate words from Rust files (#4243)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Feb 22, 2024
1 parent af1433d commit 014893e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/src/raw/adapters/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
//! # Available Adapters
//!
//! - [`kv::Adapter`]: Adapter for Key Value Services like `redis`.
//! - [`typed_kv::Adapter`]: Adapter key key value services that in-memory.
//! - [`typed_kv::Adapter`]: Adapter key value services that in-memory.
pub mod kv;
pub mod typed_kv;
2 changes: 1 addition & 1 deletion core/src/raw/adapters/typed_kv/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use crate::raw::oio::HierarchyLister;
use crate::raw::*;
use crate::*;

/// The typed kv backend which implements Accessor for for typed kv adapter.
/// The typed kv backend which implements Accessor for typed kv adapter.
#[derive(Debug, Clone)]
pub struct Backend<S: Adapter> {
kv: Arc<S>,
Expand Down
2 changes: 1 addition & 1 deletion core/src/types/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ flags! {
ContentType,
/// Key for etag.
Etag,
/// Key for last last modified.
/// Key for last modified.
LastModified,
/// Key for version.
Version,
Expand Down

0 comments on commit 014893e

Please sign in to comment.