Update c api documentation for ConflictSet_setOldestVersion

This commit is contained in:
2024-07-03 10:53:45 -07:00
parent 3db3d975fc
commit 7142dab7ae

View File

@@ -170,8 +170,8 @@ void ConflictSet_addWrites(ConflictSet *cs,
const ConflictSet_WriteRange *writes, int count,
int64_t writeVersion);
/** Reads where readVersion < oldestVersion will result in `TooOld`. Must be
* greater than or equal to all previous oldest versions. */
/** Reads where readVersion < oldestVersion will result in `TooOld`. Ignored
* if not greater than or equal to all previous oldest versions. */
void ConflictSet_setOldestVersion(ConflictSet *cs, int64_t oldestVersion);
/** Reads where readVersion < oldestVersion will result in `TooOld`. There are