File tree 2 files changed +2
-2
lines changed
File_system/src/Fundamentals
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use crate::Type_type;
5
5
/// Represents the permissions of a file or directory.
6
6
///
7
7
/// The permissions are divided into three groups: user, group, and others.
8
- /// Each group has three permissions: [`Permission_type::Read`], [`Permission_type::Write`] , and [`Permission_type::Execute`] .
8
+ /// Each group has three permissions: read, write , and execute .
9
9
///
10
10
/// # Examples
11
11
///
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ impl From<Task_identifier_type> for Task_identifier_inner_type {
37
37
}
38
38
}
39
39
40
- /// A wrapper for individual tasks that are managed by [Manager_type].
40
+ /// A wrapper for individual tasks that are managed by [crate:: Manager_type].
41
41
pub struct Task_type {
42
42
/// The identifier of the task.
43
43
Identifier : Task_identifier_type ,
You can’t perform that action at this time.
0 commit comments