Skip to content

Commit

Permalink
Removed typo from README.md (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjerpbakk authored and bchavez committed Nov 13, 2019
1 parent 71b26ea commit d9ca4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -918,7 +918,7 @@ Order MakeOrder(int seed){

var orders = Enumerable.Range(1,5)
.Select(MakeOrder)
.ToList();;
.ToList();

orders.Dump();
````
Expand Down

0 comments on commit d9ca4c6

Please sign in to comment.