From 4d68e94e23ca5788602cc11b79a6af12424957b1 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Wed, 11 Sep 2024 18:16:55 +0800 Subject: [PATCH] Fix typo Signed-off-by: Xuanwo --- core/src/docs/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/docs/upgrade.md b/core/src/docs/upgrade.md index f9af5f1cb2e..86dca5cb2eb 100644 --- a/core/src/docs/upgrade.md +++ b/core/src/docs/upgrade.md @@ -12,7 +12,7 @@ Previously, `list("a/b")` would not return `a/b` even if it does exist. Since v0 ### Refactoring of the metrics-related layer -In OpenDAL v0.50.0, we did a refactor on all metrics-related layers. They are now sharing the same underlying implemenationts. `PrometheusLayer`, `PrometheusClientLayer` and `MetricsLayer` are now have similiar public APIs and exactly the same metrics value. +In OpenDAL v0.50.0, we did a refactor on all metrics-related layers. They are now sharing the same underlying implemenationts. `PrometheusLayer`, `PrometheusClientLayer` and `MetricsLayer` are now have similar public APIs and exactly the same metrics value. # Upgrade to v0.49