We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f13e64 commit 2aa45a7Copy full SHA for 2aa45a7
lightning-persister/src/fs_store.rs
@@ -436,7 +436,7 @@ mod tests {
436
}
437
438
// Test that if the store's path to channel data is read-only, writing a
439
- // monitor to it results in the store returning a InProgress.
+ // monitor to it results in the store returning an InProgress.
440
// Windows ignores the read-only flag for folders, so this test is Unix-only.
441
#[cfg(not(target_os = "windows"))]
442
#[test]
0 commit comments