diff --git a/examples/community/parallax-scrolling-background/main.go b/examples/community/parallax-scrolling-background/main.go
index 8d7ac27421948618691660ff4487e1c677328862..9add2b9bf023e75dcab34d14161fe2a70d5861a3 100644
--- a/examples/community/parallax-scrolling-background/main.go
+++ b/examples/community/parallax-scrolling-background/main.go
@@ -46,7 +46,7 @@ func run() {
 		panic(err)
 	}
 
-	// Pic must have double the width of the window, as it will scroll to the left
+	// Pic must have double the width of the window, as it will scroll to the left or right
 	picBackground, err := loadPicture("background.png")
 	if err != nil {
 		panic(err)