From 4b631fd96a1fcaf74cace0b437b5111de524111b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Tue, 23 Dec 2025 14:00:20 +0200 Subject: [PATCH] =?UTF-8?q?configuration/persistence:=20no=20comma=20befor?= =?UTF-8?q?e=20=E2=80=9Cfilter=3D=E2=80=9D=20(#2616)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configuration/persistence.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/persistence.md b/configuration/persistence.md index ad1d9ea65..dd5b93437 100644 --- a/configuration/persistence.md +++ b/configuration/persistence.md @@ -160,7 +160,7 @@ The syntax is as follows: ```java Items { - : strategy = , , ... [filter = , , ...] + : strategy = , ... [filter = , , ...] : strategy = , , ... ... }