Skip to content

Commit f726356

Browse files
committed
prefer 'filesystem'
1 parent 92ebebf commit f726356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Distribution.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Interface for objects that provide API access mapping META6 data to the files its represents.
1010
Objects that fulfill the C<Distribution> role can be read by e.g. L<CompUnit::Repository::Installation>.
1111
Generally a C<Distribution> provides read access to a set of modules and meta data. These
12-
may be backed by the file system (L<Distribution::Path>, L<Distribution::Hash>) but could
12+
may be backed by the filesystem (L<Distribution::Path>, L<Distribution::Hash>) but could
1313
also read from a e.g. tar file or socket.
1414
1515
=head1 Required Methods

0 commit comments

Comments
 (0)