#1211 closed defect (fixed)
Typo in "Forms, fields, and manipulators" document
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | Documentation | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
There's a minor typo in "Forms, fields, and manipulators" document.
Index: docs/forms.txt
===================================================================
--- docs/forms.txt (revision 1940)
+++ docs/forms.txt (working copy)
@@ -98,7 +98,7 @@
because that field is required. Ugly.
* Even if you *do* perform validation, there's still no way to give that
- information to the user is any sort of useful way.
+ information to the user in any sort of useful way.
* You'll have to separately create a form (and view) that submits to this
page, which is a pain and is redundant.
Note:
See TracTickets
for help on using tickets.
(In [1943]) Fixed #1211 -- Fixed tiny typo in docs/forms.txt. Thanks, paolo