Skip to content

Commit

Permalink
Use :lang<text> instead of skipping text code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Mar 16, 2018
1 parent 96c5f28 commit df7a6d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/IO/Handle.pod6
Expand Up @@ -40,7 +40,7 @@ cause C<X::IO::BinaryAndEncoding> exception to be thrown.
The open mode defaults to non-exclusive, read only (same as specifying
C<:r>) and can be controlled by a mix of the following arguments:
=begin code :skip-test :allow< B R >
=begin code :lang<text> :allow< B R >
:r same as specifying :mode<ro> same as specifying nothing
:w same as specifying :mode<wo>, :create, :truncate
Expand All @@ -61,7 +61,7 @@ to implode, depending on a particular implementation.
The mode details are:
=begin code :skip-test :allow< B R >
=begin code :lang<text> :allow< B R >
:mode<ro> means "read only"
:mode<wo> means "write only"
:mode<rw> means "read and write"
Expand Down

0 comments on commit df7a6d1

Please sign in to comment.