fix for comment

This commit is contained in:
Ari Lazier 2016-05-27 16:25:33 -07:00
parent 38c6eb7b6b
commit df040c7d99
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ namespace realm {
// Realm after closing it will produce undefined behavior. // Realm after closing it will produce undefined behavior.
void close(); void close();
// returns the file format version upgraded from, or 0 if not upgraded // returns the file format version upgraded from if an upgrade took place
util::Optional<int> file_format_upgraded_from_version() const; util::Optional<int> file_format_upgraded_from_version() const;
~Realm(); ~Realm();