diff --git a/crates/storage/db/src/abstraction/database_metrics.rs b/crates/storage/db/src/abstraction/database_metrics.rs index 2600fd53d532..10f0e476ea6a 100644 --- a/crates/storage/db/src/abstraction/database_metrics.rs +++ b/crates/storage/db/src/abstraction/database_metrics.rs @@ -60,8 +60,8 @@ impl DatabaseMetadataValue { } } -/// Extends [Database] to include a [DatabaseMetadataValue] type, which can be used by methods -/// which need to dynamically retrieve information about the database. +/// Includes a method to return a [DatabaseMetadataValue] type, which can be used to dynamically +/// retrieve information about the database. pub trait DatabaseMetadata { /// Returns a metadata type, [DatabaseMetadataValue] for the database. fn metadata(&self) -> DatabaseMetadataValue;