fix for comment

This commit is contained in:
Ari Lazier 2016-05-27 16:25:33 -07:00
parent 3e74cd98d5
commit 7829cb5f33
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.
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;
~Realm();