Skip to content

Commit

Permalink
Fix two typos in documentation quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-ramadhan committed Jun 8, 2020
1 parent 301a14d commit 25c78e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ cep_data = load_cep_data_provided("GER_1")
```
The `cep` is a `OptDataCEP` data struct.
```@repl workflow
cep.region # the region of the input-data
cep.costs # the information of costs as an `OptVariable` with 5 dimensions
cep_data.region # the region of the input-data
cep_data.costs # the information of costs as an `OptVariable` with 5 dimensions
```

The third step is to setup the model and run the optimization.
Expand Down

0 comments on commit 25c78e8

Please sign in to comment.