File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use tracing::debug;
11
11
#[ derive( Debug , Default ) ]
12
12
pub struct Path { }
13
13
14
- /// Implements the ' path' function.
14
+ /// Implements the ` path` function.
15
15
/// Accepts a variable number of arguments, each of which is a string.
16
16
/// Returns a string that is the concatenation of the arguments, separated by the platform's path separator.
17
17
impl Function for Path {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ use tracing::debug;
10
10
#[ derive( Debug , Default ) ]
11
11
pub struct TargetPath { }
12
12
13
- /// Implements the 'TargetPath' function.
13
+ /// Implements the `targetPath` function.
14
14
/// This function returns the value of the mounted path.
15
15
/// The optional parameter is a path appended to the mounted path.
16
16
/// Path is not validated as it might be used for creation.
You can’t perform that action at this time.
0 commit comments