configuration/persistence: no comma before “filter=” (#2616)

pull/2621/head
Дилян Палаузов 2025-12-23 14:00:20 +02:00 committed by GitHub
parent 4c810b0cf7
commit 4b631fd96a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ The syntax is as follows:
```java
Items {
<itemlist1> : strategy = <strategy1>, <strategy2>, ... [filter = <filter1>, <filter2>, ...]
<itemlist1> : strategy = <strategy1>, <strategy2> ... [filter = <filter1>, <filter2>, ...]
<itemlist2> : strategy = <strategyX>, <strategyY>, ...
...
}