Merge pull request #1837 from leviding/patch-1

Fix minor type error
This commit is contained in:
Ilya Kantor 2020-04-03 01:49:46 +03:00 committed by GitHub
commit 368cc06594
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,8 +125,7 @@ That's usually not a problem, because we rarely change names of form elements.
## Backreference: element.form
For any element, the form is available as `element.form`. So a form references all elements, and elements
reference the form.
For any element, the form is available as `element.form`. So a form references all elements, and elements reference the form.
Here's the picture: