Skip to content

Commit 3cce657

Browse files
authored
1 parent 37520e7 commit 3cce657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firestore/core/src/api/firestore.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ void Firestore::set_settings(const Settings& settings) {
111111
}
112112
if (!settings.ssl_enabled() && settings.host() == Settings::DefaultHost) {
113113
util::ThrowIllegalState(
114-
"You can't set the 'sslEnabled' setting unless you also set a "
114+
"You can't set the 'sslEnabled' setting to false unless you also set a "
115115
"non-default 'host'.");
116116
}
117117

0 commit comments

Comments
 (0)