From a4e2f31138bbe836b819ef05d05c2ce8291157e3 Mon Sep 17 00:00:00 2001 From: Mark Rowe Date: Mon, 18 Dec 2017 18:04:50 -0800 Subject: [PATCH] Fix a typo in the change log --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acdd4c22..7a985ad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ ### Bug fixes * [Object Server] Fixed a bug where long reconnection happens when a proxy in front of the sync worker returns one of those. -* Fix a bug where `Realm.open` could unexpectedly raise an "Realm at path ... already opened with different schema version" error. +* Fix a bug where `Realm.open` could unexpectedly raise a "Realm at path ... already opened with different schema version" error. ### Internal * Updated to Realm Sync 2.1.10 (see "Bug fixes").