From 6072f19af9da623a28936ef2a3934f29172947cb Mon Sep 17 00:00:00 2001 From: Kevin Lee Date: Wed, 8 Feb 2017 22:39:40 -0700 Subject: [PATCH] Fixed a code comment --- src/Firebase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Firebase.cpp b/src/Firebase.cpp index 95cbecc8..b3d72d32 100644 --- a/src/Firebase.cpp +++ b/src/Firebase.cpp @@ -174,7 +174,7 @@ FirebasePush::FirebasePush(const std::string& host, const std::string& auth, } } -// FirebasePush +// FirebaseRemove FirebaseRemove::FirebaseRemove(const std::string& host, const std::string& auth, const std::string& path, FirebaseHttpClient* http)