Skip to content

Commit 0fd0f2e

Browse files
authored
Windowing System instructions.md typo (#1643)
1 parent 52310b5 commit 0fd0f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/windowing-system/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ programWindow.position.y;
148148

149149
## 6. Change a program window
150150

151-
Implement a `changeWindow` method that accepts a `ProgramWindow` instance as input and changes the window to the specified size and position.
151+
Implement a `changeWindow` function that accepts a `ProgramWindow` instance as input and changes the window to the specified size and position.
152152
The function should return the `ProgramWindow` instance that was passed in after the changes were applied.
153153

154154
The window should get a width of 400, a height of 300 and be positioned at x = 100, y = 150.

0 commit comments

Comments
 (0)