From 1314bca49b3ab290b045b5ab84ba93867f5ccf49 Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Mon, 4 Mar 2024 13:41:16 +0100 Subject: [PATCH] formation-api: fix invalid json in example --- formation-api/presentation.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formation-api/presentation.tex b/formation-api/presentation.tex index de4d5d2..9d56211 100644 --- a/formation-api/presentation.tex +++ b/formation-api/presentation.tex @@ -83,7 +83,7 @@ "err": 0, "data": [ {"id": "1", "text": "rue du Château"}, - {"id": "2", "text": "avenue du Maine"}, + {"id": "2", "text": "avenue du Maine"} ] } \end{minted}