diff --git a/src/main/java/org/cloudsimplus/examples/ReducedExample.java b/src/main/java/org/cloudsimplus/examples/ReducedExample.java index 832ebec..40401af 100755 --- a/src/main/java/org/cloudsimplus/examples/ReducedExample.java +++ b/src/main/java/org/cloudsimplus/examples/ReducedExample.java @@ -36,14 +36,14 @@ import java.util.List; /** - * An example showing a very minimal code required to create + * An example showing the very minimal code required to create * a simulation scenario in CloudSim Plus. * - *

NOTICE: This example is not intended to be reused and we strongly recommend - * you not doing that. Since all the code is inside a single method, - * that is completely unappropriated.

+ *

NOTICE: This example is not intended to be reused and we strongly advise + * against doing that. Since all the code is inside a single method, + * that is completely inappropriate.

* - *

This code has the only intention to show how it's simpler + *

This code is only intended to show how it's simpler * and easier to create cloud computing simulations using CloudSim Plus.

* *

If you want a basic, but organized and reusable first example,