Skip to content

Commit

Permalink
minor typos/language corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
benlogan authored and manoelcampos committed Oct 17, 2024
1 parent 0ecb9a8 commit da0cee8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/java/org/cloudsimplus/examples/ReducedExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
* <p><b>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.</b></p>
* <p><b>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.</b></p>
*
* <p>This code has the <b>only intention</b> to show how it's simpler
* <p>This code is only intended to show how it's simpler
* and easier to create cloud computing simulations using CloudSim Plus.</p>
*
* <p>If you want a basic, but organized and reusable first example,
Expand Down

0 comments on commit da0cee8

Please sign in to comment.