We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52310b5 commit 0fd0f2eCopy full SHA for 0fd0f2e
exercises/concept/windowing-system/.docs/instructions.md
@@ -148,7 +148,7 @@ programWindow.position.y;
148
149
## 6. Change a program window
150
151
-Implement a `changeWindow` method that accepts a `ProgramWindow` instance as input and changes the window to the specified size and position.
+Implement a `changeWindow` function that accepts a `ProgramWindow` instance as input and changes the window to the specified size and position.
152
The function should return the `ProgramWindow` instance that was passed in after the changes were applied.
153
154
The window should get a width of 400, a height of 300 and be positioned at x = 100, y = 150.
0 commit comments