From 3ff1656f29d23382800c3b0722e3f97b32c72f87 Mon Sep 17 00:00:00 2001 From: Michael Collins Date: Sat, 20 Apr 2019 16:05:30 -0700 Subject: [PATCH] Update RxPlaygrounds.swift Comment I changed line 3 of RxPlaygrounds.swift from `// RxPlaygrounds` to `// RxExample` because of some build validation check. --- RxExample/Playgrounds/RxPlaygrounds.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RxExample/Playgrounds/RxPlaygrounds.swift b/RxExample/Playgrounds/RxPlaygrounds.swift index 75ac5d93..899bb508 100644 --- a/RxExample/Playgrounds/RxPlaygrounds.swift +++ b/RxExample/Playgrounds/RxPlaygrounds.swift @@ -1,6 +1,6 @@ // // RxPlaygrounds.swift -// RxPlaygrounds +// RxExample // // Created by Shai Mishali on 20/04/2019. // Copyright © 2019 Krunoslav Zaher. All rights reserved.