Skip to content

Commit 9d8b80b

Browse files
committed
Translate @name in 00_Statements_and_Comments
1 parent 871c801 commit 9d8b80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/examples/es/00_Structure/00_Statements_and_Comments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* @name Comments and Statements
2+
* @name Sentencias y comentarios
33
* @description Las sentencias son los elementos que construyen a los programas. El símbolo ";" (punto y coma) se utiliza para cerrar las sentencias.
44
* Se le llama el "statement terminator". Los comentarios son usados para hacer notas para ayudar a las personas a entender mejor los programas. Un comentario empieza con dos diagonales ("//").
55
* <br><br><small><em>Este ejemplo es traído desde <a href="https://processing.org/examples/statementscomments.html">Statements and Comments example</a>

0 commit comments

Comments
 (0)