Add a missing period to the stow_contents() comments.
This commit is contained in:
parent
72084f6fec
commit
b7bf77da52
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ sub stow_contents {
|
||||||
# : $source => relative path to symlink source from the dir of target
|
# : $source => relative path to symlink source from the dir of target
|
||||||
# Returns : n/a
|
# Returns : n/a
|
||||||
# Throws : fatal exception if a conflict arises
|
# Throws : fatal exception if a conflict arises
|
||||||
# Comments : stow_node() and stow_contents() are mutually recursive
|
# Comments : stow_node() and stow_contents() are mutually recursive.
|
||||||
# : $source and $target are used for creating the symlink
|
# : $source and $target are used for creating the symlink
|
||||||
# : $path is used for folding/unfolding trees as necessary
|
# : $path is used for folding/unfolding trees as necessary
|
||||||
#============================================================================
|
#============================================================================
|
||||||
|
|
Loading…
Reference in a new issue