aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-Slurp-Tree/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-File-Slurp-Tree/pkg-descr')
-rw-r--r--devel/p5-File-Slurp-Tree/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-File-Slurp-Tree/pkg-descr b/devel/p5-File-Slurp-Tree/pkg-descr
index 146586c6f297..2981d37183ee 100644
--- a/devel/p5-File-Slurp-Tree/pkg-descr
+++ b/devel/p5-File-Slurp-Tree/pkg-descr
@@ -7,7 +7,7 @@ of files and directories.
is_deeply( slurp_tree( "t/some_path" ), { foo => {}, bar => "sample\n" },
"some_path contains a directory called foo, and a file bar" );
-The tree datastructure is a hash of hashes. The keys of each hash are
+The tree data structure is a hash of hashes. The keys of each hash are
names of directories or files. Directories have hash references as
their value, files have a scalar which holds the contents of the file.