From f505c2d23365dad38f829e1838d321ba925f54b8 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Thu, 5 Jan 2023 01:44:45 +0900 Subject: [PATCH] Fix typo in blockstore_metrics.rs (#29503) embeded -> embedded --- ledger/src/blockstore_metrics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ledger/src/blockstore_metrics.rs b/ledger/src/blockstore_metrics.rs index c0b26c37f..46cceb55b 100644 --- a/ledger/src/blockstore_metrics.rs +++ b/ledger/src/blockstore_metrics.rs @@ -240,7 +240,7 @@ pub struct BlockstoreRocksDbColumnFamilyMetrics { impl BlockstoreRocksDbColumnFamilyMetrics { /// Report metrics with the specified metric name and column family tag. - /// The metric name and the column family tag is embeded in the parameter + /// The metric name and the column family tag is embedded in the parameter /// `metric_name_and_cf_tag` with the following format. /// /// For example, "blockstore_rocksdb_cfs,cf_name=shred_data".