Skip to content

Commit b49c571

Browse files
authored
Merge pull request ryanmcdermott#1 from alaycock/master
Add missing function argument in LSP section
2 parents cc8c767 + 95ad6fb commit b49c571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@ function renderLargeShapes(shapes) {
12251225
}
12261226

12271227
let shapes = [new Rectangle(), new Rectangle(), new Square()];
1228-
renderLargeShapes();
1228+
renderLargeShapes(shapes);
12291229
```
12301230
**[⬆ back to top](#table-of-contents)**
12311231

0 commit comments

Comments
 (0)