README.md
1 files changed, 1 insertions(+), 1 deletions(-) M README.md
M README.md => README.md +1 -1
@@ 7,7 7,7 @@ All file type, special and protection bits described in `sys/stat.h` are represe The `Mode` object can represent a file mode partially by the use of a bitmask. Only modified bits will be changed in the target file. Modifications specific only to directories (search) are handled correctly. ``` ```rust use std::path::Path; use file_mode::{ModePath, User};