From 8454291bf362235221567018a6827cab9dbc7014 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sun, 24 Oct 2010 00:36:51 -0300 Subject: [PATCH] =?utf8?q?Arreglar=20ejemplo=20de=20c=C3=B3digo=20en=20D?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Había una comilla desemparejada, por lo que no se podía resaltar la sintaxis. --- source/d.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/d.rst b/source/d.rst index a6af7c3..1398f71 100644 --- a/source/d.rst +++ b/source/d.rst @@ -375,7 +375,7 @@ Iteración sobre colecciones (``foreach``) } int sumar(int a, int b) { - mixin(generar_sumar!("a", b")); + mixin(generar_sumar!("a", "b")); } Expresiones ``is`` -- 2.43.0