Skip to content

Commit 2f5ee44

Browse files
committed
typo
1 parent a394836 commit 2f5ee44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/catalog/postgresql.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ impl ToCatalogConfig for PostgresqlConnector {
2222
_trino_version: u16,
2323
) -> Result<CatalogConfig, FromTrinoCatalogError> {
2424
let mut config = CatalogConfig::new(catalog_name.to_string(), CONNECTOR_NAME);
25-
// SAFETY: `unique_database_name` must only contains uppercase ASCII letters and underscores.
25+
// SAFETY: `unique_database_name` must only contain uppercase ASCII letters and underscores.
2626
let unique_database_name = format!(
2727
"POSTGRESQL_{}",
2828
catalog_name.replace('-', "_").to_uppercase()

0 commit comments

Comments
 (0)