Skip to content

Commit

Permalink
Update crates/iceberg/src/table.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Renjie Liu <[email protected]>
  • Loading branch information
a-agmon and liurenjie1024 authored Mar 14, 2024
1 parent 22bb567 commit b53bb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/iceberg/src/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ impl Table {
pub struct StaticTable(Table);

impl StaticTable {
/// creates a static table from a given `TableMetadata` and `FileIO`
/// Creates a static table from a given `TableMetadata` and `FileIO`
pub async fn from_metadata(
metadata: TableMetadata,
table_ident: TableIdent,
Expand Down

0 comments on commit b53bb0a

Please sign in to comment.