From 2f957ede44cfab5912fd4c334dfb29e485f3f54e Mon Sep 17 00:00:00 2001
From: Sergio Vera Castellano <severa@magento.com>
Date: Fri, 12 Jan 2018 12:31:00 +0100
Subject: [PATCH] Updated comment

---
 examples/community/parallax-scrolling-background/main.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/community/parallax-scrolling-background/main.go b/examples/community/parallax-scrolling-background/main.go
index 8d7ac27..9add2b9 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)
-- 
GitLab