Fix weird whitespace

This commit is contained in:
2024-05-06 12:53:00 -07:00
parent 411c1a1070
commit 32e68dad07

View File

@@ -28,7 +28,7 @@ namespace weaselab {
* versioned results with an underlying unversioned data structure. @warning you
* must not apply mutations to your data structure through a version that
* overtakes a concurrent versioned reader.
*
* Thread safety:
* - It's safe to operate on two different VersionedMaps in two different
* threads concurrently