@icarusmx/creta 1.0.16 → 1.0.17
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.
|
@@ -43,7 +43,7 @@ export class Lesson1SystemDecomposition {
|
|
|
43
43
|
console.log("El sistema es un conjunto de cosas que relacionadas")
|
|
44
44
|
console.log("entre sí ordenadamente contribuyen a un determinado propósito")
|
|
45
45
|
|
|
46
|
-
await this.waitForEnter("\nPresiona Enter para
|
|
46
|
+
await this.waitForEnter("\nPresiona Enter para ver un ejemplo de sistema...")
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
async step2_ApplyDefinitions() {
|