(User Interface): Fix typos.
This commit is contained in:
parent
c5b2171e80
commit
35ff19c321
1 changed files with 2 additions and 2 deletions
|
@ -213,9 +213,9 @@ middle of another field is prohibited.
|
|||
|
||||
Editable text fields are created by the @code{editable-field} widget.
|
||||
|
||||
An editable fields must be surrounded by static text on both sides, that
|
||||
An editable field must be surrounded by static text on both sides, that
|
||||
is, text that does not change in the lifetime of the widget. If the
|
||||
field extend to the end of the line, the terminating line-feed character
|
||||
field extends to the end of the line, the terminating line-feed character
|
||||
will count as the necessary static text on that end, but you will have
|
||||
to provide the static text before the field yourself. The
|
||||
@code{:format} keyword is useful for generating the static text; for
|
||||
|
|
Loading…
Add table
Reference in a new issue