Skip to content

Commit

Permalink
Use consistent capitalisation in template letter table
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Cochrane committed Jan 30, 2015
1 parent 65c18da commit 3b4a118
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/Type/Blob.pod
Expand Up @@ -67,18 +67,18 @@ The following letters are recognized:
Letter Meaning
====== =======
A Extract a string, where each elements of the Blob map to a codepoint
a same as A
C extract an element from the blob as an integer
A Extract a string, where each element of the Blob maps to a codepoint
a Same as A
C Extract an element from the blob as an integer
H Extracts a hex string
L Extracts four elements and returns them as a single unsigned integer
n Extracts two elements and combines them in "network" (big-endian) byte order into a single integer
N Extracts four elements and combines them in "network" (big-endian) byte order into a single integer
S Extracts two elements and returns them as a single unsigned integer
v same as S
V same as L
x drop an element from the blob (that is, ignore it)
Z same as A
v Same as S
V Same as L
x Drop an element from the blob (that is, ignore it)
Z Same as A
=end table
Expand Down

0 comments on commit 3b4a118

Please sign in to comment.