From 3c95a7e124909899017aafeba1dd6f8fbe36f33f Mon Sep 17 00:00:00 2001 From: sturmenta Date: Tue, 13 Aug 2019 10:39:32 -0300 Subject: [PATCH] Update index.md (#28917) --- guide/spanish/javascript/comments/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/spanish/javascript/comments/index.md b/guide/spanish/javascript/comments/index.md index 8b67ec708d..56a11f9b95 100644 --- a/guide/spanish/javascript/comments/index.md +++ b/guide/spanish/javascript/comments/index.md @@ -71,7 +71,7 @@ function hello() { hello(); ``` -``` +```javascript function hello() { // Las siguientes sentencias no van a ser ejecutadas /*