Add missing comma between array elements. Fixes: 2e56f533b36a ("doc: Improve example in libnftables-json(5)") Signed-off-by: Štěpán Němec <snemec@xxxxxxxxxx> --- doc/libnftables-json.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/libnftables-json.adoc b/doc/libnftables-json.adoc index c152dc055b50..f67de33482a9 100644 --- a/doc/libnftables-json.adoc +++ b/doc/libnftables-json.adoc @@ -92,7 +92,7 @@ translates into JSON as such: "family": "inet", "table": "mytable", "chain": "mychain" - }}} + }}}, { "add": { "rule": { "family": "inet", "table": "mytable", base-commit: 6bcd0d576a60d8a681cc6dd78551633f09534260 -- 2.33.0