Skip to content

Commit

Permalink
Fix typo in blockstore_metrics.rs (solana-labs#29503)
Browse files Browse the repository at this point in the history
embeded -> embedded
  • Loading branch information
eltociear authored and nickfrosty committed Jan 4, 2023
1 parent 965e62b commit d273d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/src/blockstore_metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down

0 comments on commit d273d5a

Please sign in to comment.