Skip to content

Commit f29e752

Browse files
author
Alex
committed
docs: fix typo
1 parent 6e28277 commit f29e752

File tree

1 file changed

+1
-1
lines changed
  • crates/iceberg/src/catalog

1 file changed

+1
-1
lines changed

crates/iceberg/src/catalog/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ pub trait CatalogBuilder: Default + Debug + Send + Sync {
125125
/// NamespaceIdent represents the identifier of a namespace in the catalog.
126126
///
127127
/// The namespace identifier is a list of strings, where each string is a
128-
/// component of the namespace. It's catalog implementer's responsibility to
128+
/// component of the namespace. It's the catalog implementer's responsibility to
129129
/// handle the namespace identifier correctly.
130130
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
131131
pub struct NamespaceIdent(Vec<String>);

0 commit comments

Comments
 (0)