chore: comment typo in catalog

pull/24376/head
Luke Bond 2022-12-16 10:11:44 +00:00
parent 3c5b44cf70
commit a6036631ad
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ pub trait NamespaceRepo: Send + Sync {
/// Gets the namespace by its unique name.
async fn get_by_name(&mut self, name: &str) -> Result<Option<Namespace>>;
/// Delete a namespace by namDelete a namespace by name
/// Delete a namespace by name
async fn delete(&mut self, name: &str) -> Result<()>;
/// Update the limit on the number of tables that can exist per namespace.