Skip to content

Commit f827b4c

Browse files
committed
Mandelbrot set example translation to spanish
1 parent e3e2c77 commit f827b4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/data/examples/es/09_Simulate/17_Mandelbrot.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* @name The Mandelbrot Set
3-
* @description Simple rendering of the Mandelbrot set.
4-
* Based on Daniel Shiffman's <a href="https://processing.org/examples/mandelbrot.html">Mandelbrot Example</a> for Processing.
2+
* @name El Conjunto de Mandelbrot
3+
* @description Renderización simple del conjunto de Mandelbrot.
4+
* Basado en el trabajo para Processing de Daniel Shiffman <a href="https://processing.org/examples/mandelbrot.html">Ejemplo de Mandelbrot</a>.
55
*/
66

77
function setup() {

0 commit comments

Comments
 (0)