Skip to content

Commit 53c79ce

Browse files
committed
fix typo
1 parent 2c76f0c commit 53c79ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scylla/src/cluster/metadata.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,7 @@ async fn query_tables_schema(
16691669
.remove(&keyspace_and_table_name)
16701670
.unwrap_or_default();
16711671

1672-
// unwrap of get() result: all colum names in `partition_key` are at this
1672+
// unwrap of get() result: all column names in `partition_key` are at this
16731673
// point guaranteed to be present in `columns`. See the construction of `partition_key`
16741674
let pk_column_specs = partition_key
16751675
.iter()

0 commit comments

Comments
 (0)