From ddb6ec3663d12191ee9b4d18812643d67252a0bb Mon Sep 17 00:00:00 2001 From: Ben Logan <1737958+benlogan@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:34:46 +0100 Subject: [PATCH] minor typos/language corrections --- .../java/org/cloudsimplus/examples/ReducedExample.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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,