Skip to content

Commit ac93287

Browse files
committed
minor fix to doc comment
1 parent 5ab8f07 commit ac93287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/introprog/PixelWindow.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ class PixelWindow(
163163

164164
/** Wait for next event until `timeoutInMillis` milliseconds.
165165
*
166-
* If time is out the `lastEventType` is `Undefined`.
166+
* If time is out, `lastEventType` is `Undefined`.
167167
*/
168168
def awaitEvent(timeoutInMillis: Long): Unit = {
169169
val e = eventQueue.poll(timeoutInMillis, java.util.concurrent.TimeUnit.MILLISECONDS)

0 commit comments

Comments
 (0)