@icarusmx/creta 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/creta.js +1 -1
- package/package.json +1 -1
package/bin/creta.js
CHANGED
|
@@ -34,7 +34,7 @@ const ENUNCIADOS = [
|
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
id: 4,
|
|
37
|
-
texto: "Cada operación declarada por un objeto debe incluir
|
|
37
|
+
texto: "Cada operación declarada por un objeto debe incluir:\n\na) nombre de la operación\nb) insumos necesarios para realizar la operación\nc) el valor que regresa tras ejecutar la operación\n\nEstos tres elementos constituyen la firma de operación.",
|
|
38
38
|
nivel: "Firmas",
|
|
39
39
|
enfoque: "Contratos de operación"
|
|
40
40
|
},
|