From a6b6983d8cbd937dd52b2981e73752e62ff59b28 Mon Sep 17 00:00:00 2001 From: Martin Date: Sat, 14 Jan 2023 20:14:41 +0300 Subject: [PATCH] Fix typo in CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d04cdc8..cbb7c45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed -- Changed the `scdb::New()` signature to include `maxIndexKeyLen` option. +- Changed the `scdb.New()` signature to include `maxIndexKeyLen` option. ### Fixed