Skip to content

Commit c099c9e

Browse files
committed
fix description of path function
1 parent 7fd5060 commit c099c9e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

dsc_lib/src/functions/path.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ use tracing::debug;
1111
#[derive(Debug, Default)]
1212
pub struct Path {}
1313

14-
/// Implements the 'mountedpath' function.
15-
/// This function returns the value of the mounted path.
16-
/// The optional parameter is a path appended to the mounted path.
17-
/// Path is not validated as it might be used for creation.
14+
/// Implements the 'path' function.
15+
/// Accepts a variable number of arguments, each of which is a string.
16+
/// Returns a string that is the concatenation of the arguments, separated by the platform's path separator.
1817
impl Function for Path {
1918
fn min_args(&self) -> usize {
2019
2

0 commit comments

Comments
 (0)