From 64965b239c3679d87660346768a73232c68c809b Mon Sep 17 00:00:00 2001 From: Vini murafa <06.poems_races@icloud.com> Date: Thu, 2 Jan 2025 19:33:58 +0100 Subject: [PATCH] typo fix Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9f1451..116b083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -600,7 +600,7 @@ * Cleaned up and improved coverage and tests of the ffi module (alexreg) * Added many new methods to the `Options` type (development by ngaut, BusyJay, zhangjinpeng1987, siddontang and hhkbp2. ported by kaedroho) * Added `len` and `is_empty` methods to `WriteBatch` (development by siddontang. ported by kaedroho) -* Added `path` mathod to `DB` (development by siddontang. ported by kaedroho) +* Added `path` method to `DB` (development by siddontang. ported by kaedroho) * `DB::open` now accepts any type that implements `Into` as the path argument (kaedroho) * `DB` now implements the `Debug` trait (kaedroho) * Add iterator_cf to snapshot (jezell)