diff --git a/include/VersionedMap.h b/include/VersionedMap.h index 9a759d3..869b9ce 100644 --- a/include/VersionedMap.h +++ b/include/VersionedMap.h @@ -94,7 +94,7 @@ struct VersionedMap { * `setOldestVersion`. * @warning must not outlive its `VersionedMap`. * - * [1]: Mutations at different versions may be adjacent. This is necessary for + * [1]: Clears at different versions may be adjacent. This is necessary for * precisely tracking at what version the mutations take effect. */ struct Iterator {