From 6219c474527eed74cbb556abb7b115b05c328226 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Tue, 4 Nov 2025 17:06:30 +0400 Subject: [PATCH] modifs.mineures sans commentaires --- src/web/content/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/content/README.md b/src/web/content/README.md index 7d1bf6b..1390bfa 100644 --- a/src/web/content/README.md +++ b/src/web/content/README.md @@ -37,7 +37,7 @@ $content2 = [ "class" => "first second", "attr" => "static true", "before", - ...cl::with(func("arg")), + ...cl::with(func($arg)), "after", ]; ~~~