Skip to content

Commit 95ad6fb

Browse files
authored
Add missing function argument in LSP section
1 parent bc1ae6a commit 95ad6fb

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
@@ -1221,7 +1221,7 @@ function renderLargeShapes(shapes) {
12211221
}
12221222

12231223
let shapes = [new Rectangle(), new Rectangle(), new Square()];
1224-
renderLargeShapes();
1224+
renderLargeShapes(shapes);
12251225
```
12261226
**[⬆ back to top](#table-of-contents)**
12271227

0 commit comments

Comments
 (0)