Fix typos and formatting in the input framework docs

This commit is contained in:
Daniel Thayer 2013-10-10 00:53:13 -05:00
parent bd47115c84
commit 1a36031874
4 changed files with 54 additions and 48 deletions

View file

@ -6,11 +6,11 @@ module InputAscii;
export {
## Separator between fields.
## Please note that the separator has to be exactly one character long
## Please note that the separator has to be exactly one character long.
const separator = Input::separator &redef;
## Separator between set elements.
## Please note that the separator has to be exactly one character long
## Please note that the separator has to be exactly one character long.
const set_separator = Input::set_separator &redef;
## String to use for empty fields.