Fix weird whitespace

This commit is contained in:
2024-05-23 18:30:06 -07:00
parent 021569f033
commit 9917078682

View File

@@ -148,8 +148,7 @@ struct __attribute__((__visibility__("default"))) VersionedMap {
* mutation intersecting `key[i]` at `version[i]` then `iterator[i]` will
* point to that mutation. Otherwise it points to the first mutation greater
* or `end()` if none exists. `version[i]` must be >= `getOldestVersion()`
* and
* <= `getVersion()`.
* and <= `getVersion()`.
*
* Thread-safe as long as a version is not concurrently invalidated by
* `setOldestVersion`. There's a performance benefit if you pass iterator[i]