diff --git a/CMakeLists.txt b/CMakeLists.txt index a6033ea..9780427 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project( conflict_set VERSION 0.0.1 DESCRIPTION - "A data structure for detecting mvcc read-write conflicts in a keyspace of lexicographically-ordered byte sequences." + "A data structure for detecting mvcc read-write conflicts for ranges of bitwise-lexicographically-ordered keys." LANGUAGES C CXX) set(CMAKE_CXX_STANDARD 20)