diff options
Diffstat (limited to 'Doc/libarray.tex')
-rw-r--r-- | Doc/libarray.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libarray.tex b/Doc/libarray.tex index 19ba91d..180be34 100644 --- a/Doc/libarray.tex +++ b/Doc/libarray.tex @@ -10,7 +10,7 @@ except that the type of objects stored in them is constrained. The type is specified at object creation time by using a \dfn{type code}, which is a single character. The following type codes are defined: -\begin{tableiii}{|c|c|c|}{character}{Type code}{Type}{Minimum size in bytes} +\begin{tableiii}{c|l|c}{code}{Type code}{C Type}{Minimum size in bytes} \lineiii{'c'}{character}{1} \lineiii{'b'}{signed integer}{1} \lineiii{'B'}{unsigned integer}{1} |