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 32df539 commit 0f9ea89Copy full SHA for 0f9ea89
1 file changed
tests/_utils.rs
@@ -201,7 +201,7 @@ impl SampleWorkspace {
201
202
// Create links in only-hardlinks/mixed.
203
// Let's divide the PLANNED links into 2 equal groups.
204
- // Each link in the first group is PLANNED to shared with only-hardlinks/external.
+ // Each link in the first group is PLANNED to share with only-hardlinks/external.
205
// Each link in the second group is exclusive.
206
(half..whole).par_bridge().for_each(|index| {
207
let file_name = format!("link0-{index}.txt");
0 commit comments