Skip to content

Commit

Permalink
#77: fixing typo for cloud service documentation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfsilva committed Nov 22, 2018
1 parent 6f9886d commit a235858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/guide/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ a VM can be:
![](images/wrench-guide-cloud-state-diagram.png)
<br/>

# Submitting Jobs to a batch compute service # {#guide-cloud-using}
# Submitting Jobs to a cloud compute service # {#guide-cloud-using}

As expected, a cloud service provides implementations of the methods
in the `wrench::ComputeService` base class. The
Expand Down Expand Up @@ -100,7 +100,7 @@ std::map<std::string, std::string> service_specific_args;
service_specific_args["-vm"] = vm2;
// Submit the job
job_manager->submitJob(job, batch_cs, service_specific_args);
job_manager->submitJob(job, cloud_cs, service_specific_args);
~~~~~~~~~~~~~


Expand Down

0 comments on commit a235858

Please sign in to comment.