Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor typos/language corrections #27

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading