Skip to content

Commit

Permalink
Fix comment wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mavam committed Nov 23, 2020
1 parent debb980 commit 08bba5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvast/vast/db_version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace vast {
/// This version number defines compatibility of persistent state with with
/// prior directory layouts and contents. Breaking changes shall bump the
/// version number. A breaking change includes the structure, sequence and
/// organization of the database directory itself, as well irreconcilable
/// organization of the database directory itself, as well as incompatible
/// changes in binary content.
enum class db_version : uint8_t {
invalid,
Expand Down

0 comments on commit 08bba5e

Please sign in to comment.