Skip to content

Commit 17f20dc

Browse files
committed
Fix typo in Rustdoc comment
Signed-off-by: Daniel Carl Jones <[email protected]>
1 parent e7f231a commit 17f20dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mountpoint-s3/tests/fuse_tests/read_test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const READ_WRITE: bool = false;
2121
const FUSE_PASS_FD: bool = true;
2222
const FUSE_SELF_MOUNT: bool = false;
2323

24-
/// Test wrapper to support generate of test names when used with [test_case].
24+
/// Test wrapper to support generation of test names when used with [test_case].
2525
enum BucketPrefix {
2626
None,
2727
Some(&'static str),

0 commit comments

Comments
 (0)