Add a missing period to the stow_contents() comments.

This commit is contained in:
Adam Spiers 2024-03-09 17:36:19 +00:00
parent 72084f6fec
commit b7bf77da52

View file

@ -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
#============================================================================ #============================================================================