We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f1a7d commit eb4eba9Copy full SHA for eb4eba9
1 file changed
cryptpilot-core/src/types.rs
@@ -44,7 +44,7 @@ pub enum IntegrityType {
44
/// Enable integrity verification with journaling (default).
45
///
46
/// Provides stronger data consistency guarantees and allows recovery
47
- /// via the journal after a crash. Suitable for persistent storage.
+ /// via the journal after a crash. Suitable for persistent storage.
48
/// But it will write data twice, one for journal and one for actual
49
/// data area.
50
Journal,
0 commit comments