Skip to content

Commit

Permalink
Style guide: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fdabrandao committed Jan 15, 2025
1 parent a02f663 commit 9415af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/ampl/best-practices/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Single line (`#`) and multi-line C-style comments (`/*...*/`) are allowed in the
- **Section & Document comments:** Use comments to describe additional information or key assumptions in the model.
```ampl
# Input parameters defining unit_cost and price steps
# Assumption: demand is always non-negative
# Assumption: unit_cost is always non-negative
param unit_cost >= 0;
param n_step integer > 0;
```
Expand Down

0 comments on commit 9415af0

Please sign in to comment.