Skip to content

Commit

Permalink
Merge pull request ryanmcdermott#1 from alaycock/master
Browse files Browse the repository at this point in the history
Add missing function argument in LSP section
  • Loading branch information
alaycock authored Jan 4, 2017
2 parents cc8c767 + 95ad6fb commit b49c571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@ function renderLargeShapes(shapes) {
}
let shapes = [new Rectangle(), new Rectangle(), new Square()];
renderLargeShapes();
renderLargeShapes(shapes);
```
**[ back to top](#table-of-contents)**

Expand Down

0 comments on commit b49c571

Please sign in to comment.