From 39561ef837a12575bb1bd628802abf79ad40f94c Mon Sep 17 00:00:00 2001 From: Sakurai Date: Mon, 12 Aug 2024 12:10:13 +0900 Subject: [PATCH] fix: readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1994bfd..a211a6d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ bool result = jsonDB.Add(new T()); IEnumerable allItems = jsonDB.GetValues(); // DBから特定のアイテムを取得します。 -IEnumerable filteredItems = jsonDB.GetValues((T) => true): +IEnumerable filteredItems = jsonDB.GetValues((T) => true); // ファイルに書き込む jsonDB.Commit();