Skip to content

Commit bafa899

Browse files
Alonely0sylvestre
andcommitted
chore(stat): fix doc comments.
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
1 parent 8ae7502 commit bafa899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uu/stat/src/stat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ fn major(n: u64) -> u64 {
306306
(n >> 8) & 0xFF
307307
}
308308

309-
// Keeps minor part of an integer
309+
/// Keeps minor part of an integer
310310
fn minor(n: u64) -> u64 {
311311
n & 0xFF
312312
}

0 commit comments

Comments
 (0)