Skip to content

Commit da0cee8

Browse files
benloganmanoelcampos
authored andcommitted
minor typos/language corrections
1 parent 0ecb9a8 commit da0cee8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/java/org/cloudsimplus/examples/ReducedExample.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
import java.util.List;
3737

3838
/**
39-
* An example showing a very minimal code required to create
39+
* An example showing the very minimal code required to create
4040
* a simulation scenario in CloudSim Plus.
4141
*
42-
* <p><b>NOTICE: This example is not intended to be reused and we strongly recommend
43-
* you not doing that. Since all the code is inside a single method,
44-
* that is completely unappropriated.</b></p>
42+
* <p><b>NOTICE: This example is not intended to be reused and we strongly advise
43+
* against doing that. Since all the code is inside a single method,
44+
* that is completely inappropriate.</b></p>
4545
*
46-
* <p>This code has the <b>only intention</b> to show how it's simpler
46+
* <p>This code is only intended to show how it's simpler
4747
* and easier to create cloud computing simulations using CloudSim Plus.</p>
4848
*
4949
* <p>If you want a basic, but organized and reusable first example,

0 commit comments

Comments
 (0)