Skip to content

Commit 34ae0f8

Browse files
committed
tables ...
1 parent 23963b7 commit 34ae0f8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

c/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,14 @@ translation of a table of error messages into another language.
133133

134134
### XDI_readfile error codes
135135

136-
| code | message |
137-
| ---- | ------------------------------------------------------------ |
138-
| -1 | not an XDI file, no XDI versioning information in first line |
139-
| -2 | <word> -- invalid family name in metadata |
140-
| -4 | <word> -- invalid keyword name in metadata |
141-
| -8 | <word> -- not formatted as Family.Key: Value |
142-
| -16 | number of columns changes in data table |
143-
| -32 | non-numeric value in data table: <word> |
136+
| code | message |
137+
| ---- | ------------------------------------------------------------ |
138+
| -1 | not an XDI file, no XDI versioning information in first line |
139+
| -2 | <word> -- invalid family name in metadata |
140+
| -4 | <word> -- invalid keyword name in metadata |
141+
| -8 | <word> -- not formatted as Family.Key: Value |
142+
| -16 | number of columns changes in data table |
143+
| -32 | non-numeric value in data table: <word> |
144144

145145
Here `<word>` will be the the text that triggered the error.
146146

0 commit comments

Comments
 (0)