Clarify readonly
method is also about being 'unwritable'.
This commit is contained in:
parent
1949c6599d
commit
5a93be48c3
1 changed files with 1 additions and 1 deletions
|
@ -916,7 +916,7 @@ impl AsInner<fs_imp::FileAttr> for Metadata {
|
|||
}
|
||||
|
||||
impl Permissions {
|
||||
/// Returns whether these permissions describe a readonly file.
|
||||
/// Returns whether these permissions describe a readonly (unwritable) file.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue