Skip to content

Commit

Permalink
Kernel.Endian to be called .endian
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Dec 12, 2018
1 parent 98f3faa commit 47847cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/Kernel.pod6
Expand Up @@ -58,9 +58,9 @@ the program (in microseconds).
Instance method returning the "desc" (as in "description") of the Kernel object.
Returns a C<Str> type object if the "desc" could not be established.
=head2 method Endian
=head2 method endian
method Endian(--> Endian)
method endian(--> Endian)
Class method that returns the L<Endian|/type/Endian> object associated with
the kernel architecture (either C<LittleEndian> or C<BigEndian>).
Expand Down

0 comments on commit 47847cc

Please sign in to comment.