diff --git a/src/tx/keyspace.rs b/src/tx/keyspace.rs index aae4530d..b9727b3e 100644 --- a/src/tx/keyspace.rs +++ b/src/tx/keyspace.rs @@ -54,7 +54,7 @@ impl TxKeyspace { )) } - /// Flushes the active journal to OS buffers. The durability depends on the [`PersistMode`] + /// Flushes the active journal. The durability depends on the [`PersistMode`] /// used. /// /// Persisting only affects durability, NOT consistency! Even without flushing