aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Database
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <wilsonryan@google.com>2017-10-10 10:54:07 -0400
committerGravatar Paul Beusterien <paulbeusterien@google.com>2017-10-10 07:54:07 -0700
commita2632ed24f51de12ed15944e7168d22360c6e9d4 (patch)
tree214cfb77d7bb1881b40313af8e1c8c78bc302071 /Firebase/Database
parentb532b7d191c638efe8f293e5aaa18daf5c7477e3 (diff)
Fixed capitalization in Xcode. (#361)
Diffstat (limited to 'Firebase/Database')
-rw-r--r--Firebase/Database/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Database/CHANGELOG.md b/Firebase/Database/CHANGELOG.md
index 1cb8ae9..5a6262b 100644
--- a/Firebase/Database/CHANGELOG.md
+++ b/Firebase/Database/CHANGELOG.md
@@ -1,5 +1,5 @@
# v4.1.1
-- [fixed] Fixed warnings for callback types with missing argument specifications in XCode 9.
+- [fixed] Fixed warnings for callback types with missing argument specifications in Xcode 9.
# v4.1.0
- Added [multi-resource](https://firebase.google.com/docs/database/usage/sharding) support to the database SDK.