Skip to content

Commit

Permalink
Merge pull request #241 from wilzbach/fix-ranges
Browse files Browse the repository at this point in the history
Fix range example
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
  • Loading branch information
dlang-bot authored Feb 14, 2018
2 parents 450c5df + 0e56f1c commit bc49248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basics/ranges.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ struct FibonacciRange
int a = 1, b = 1;
// The fibonacci range never ends
const empty = false;
enum empty = false;
// Peak at the first element
int front() const @property
Expand Down

0 comments on commit bc49248

Please sign in to comment.