Skip to content

Commit a71ed53

Browse files
committed
Consistently use 'item' as the terminology.
1 parent 0f0ec1f commit a71ed53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ fn main() {
125125
stdout().flush().ok();
126126
let num_changed = process(oracle_cmd.as_str(), &Path::new(&p));
127127
if num_changed > 0 {
128-
print!(" ({} elements depub'ed)", num_changed);
128+
print!(" ({} items depub'ed)", num_changed);
129129
changed = true;
130130
}
131131
println!("");

0 commit comments

Comments
 (0)