Skip to content

Commit 85bf33b

Browse files
committed
Update documentation for Permission and Task modules for clarity
1 parent 2339f90 commit 85bf33b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Modules/File_system/src/Fundamentals/Permission.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use crate::Type_type;
55
/// Represents the permissions of a file or directory.
66
///
77
/// 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.
99
///
1010
/// # Examples
1111
///

Modules/Task/src/Task.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ impl From<Task_identifier_type> for Task_identifier_inner_type {
3737
}
3838
}
3939

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].
4141
pub struct Task_type {
4242
/// The identifier of the task.
4343
Identifier: Task_identifier_type,

0 commit comments

Comments
 (0)