Skip to content

Commit 5a93be4

Browse files
committed
Clarify readonly method is also about being 'unwritable'.
1 parent 1949c65 commit 5a93be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/fs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ impl AsInner<fs_imp::FileAttr> for Metadata {
916916
}
917917

918918
impl Permissions {
919-
/// Returns whether these permissions describe a readonly file.
919+
/// Returns whether these permissions describe a readonly (unwritable) file.
920920
///
921921
/// # Examples
922922
///

0 commit comments

Comments
 (0)