From b7bf77da52ca9a6e6e8683f3ed0f39e500edbadf Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sat, 9 Mar 2024 17:36:19 +0000 Subject: [PATCH] Add a missing period to the stow_contents() comments. --- lib/Stow.pm.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Stow.pm.in b/lib/Stow.pm.in index 75bac9e..77d4ccf 100755 --- a/lib/Stow.pm.in +++ b/lib/Stow.pm.in @@ -444,7 +444,7 @@ sub stow_contents { # : $source => relative path to symlink source from the dir of target # Returns : n/a # 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 # : $path is used for folding/unfolding trees as necessary #============================================================================