Skip to content

Commit a547aff

Browse files
authored
Remove needless sentence
The previous sentence already says params default to attrs
1 parent d6e7d04 commit a547aff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/Type/IO/Handle.pod6

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ of L«C<:$chomp>|/type/IO::Handle#method_chomp»,
2222
L«C<:$nl-in>|/type/IO::Handle#method_nl-in»,
2323
L«C<:$nl-out>|/type/IO::Handle#method_nl-out», and
2424
L«C<:$enc>|/type/IO::Handle#method_encoding». The values for parameters default
25-
to the invocant attributes and if any of them are provided, the attributes will
26-
be updated to the new values. The values of attributes will be used if the
27-
arguments are not provided. Specify C<:$bin> set to C<True> instead of
25+
to the invocant's attributes and if any of them are provided, the attributes will
26+
be updated to the new values. Specify C<:$bin> set to C<True> instead of
2827
C<:$enc> to indicate the handle should be opened in binary mode. Specifying
2928
undefined value as C<:$enc> is equivalent to not specifying C<:$enc> at all.
3029
Specifying both a defined encoding as C<:$enc> and C<:$bin> set to true will

0 commit comments

Comments
 (0)