We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d67841d + 482e2d0 commit f2f9b59Copy full SHA for f2f9b59
doc/Type/Blob.pod6
@@ -301,7 +301,7 @@ Returns a Blob with all elements in reversed order.
301
302
say Blob.new([1, 2, 3]).reverse; # OUTPUT: «Blob:0x<03 02 01>»
303
say blob16.new([2]).reverse; # OUTPUT: «Blob[uint16]:0x<02>»
304
- say buf32.new([16, 32]).reverse; # OUTPUT: «Buf[uint32]:0x<20 10>»
+ say blob32.new([16, 32]).reverse; # OUTPUT: «Blob[uint32]:0x<20 10>»
305
306
=head1 Methods on blob8 only (6.d, 2018.12 and later)
307
0 commit comments