Skip to content

Commit abc091b

Browse files
authored
Minor documentation formatting.
1 parent 1b77e7f commit abc091b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,10 @@ writes to `stdout` C source code where the variable (of type `str`) is defined
319319
and initialised with the content of the file. The file may be either text or binary.
320320
321321
* `gen-char-class`: Generates a character classification function that does the same as its
322-
isw*() counterpart under en_US.UTF8 locale on the current platform. Run `tools/gen-char-class --help`
323-
for further details, or `tools/gen-char-class --space` to see its output.
322+
`isw*()` counterpart under `en_US.UTF8` locale on the current platform. Run `tools/gen-char-class --help`
323+
for further details, or `tools/gen-char-class --space` to see an example of its output.
324324
325325
## Project Status
326326
The library requires at least a C11 compiler. So far has been tested on Linux Mint 19.3
327-
with `gcc` versions 7.5.0, and `clang` version 9.0.0.
327+
with `gcc` version 7.5.0, and `clang` version 9.0.0.
328328

0 commit comments

Comments
 (0)