Clarify readonly method is also about being 'unwritable'.

This commit is contained in:
Corey Farwell 2017-08-15 10:09:43 -04:00
parent 1949c6599d
commit 5a93be48c3

View File

@ -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
///