diff options
author | 2023-09-30 22:39:06 -0400 | |
---|---|---|
committer | 2023-10-01 13:39:06 +1100 | |
commit | 4ab590e2a9bdf1ce1a0032883b356c7aa5f653ea (patch) | |
tree | eb7a07a8b6b1373aefbab22a7d259256ef429cf4 /docs/source/techspecs/layout_script.rst | |
parent | 09be4295de290438421fa81e4382d0b5ebdac211 (diff) |
docs: Fixed a number of grammatical errors and editing errors. (#11578)
Diffstat (limited to 'docs/source/techspecs/layout_script.rst')
-rw-r--r-- | docs/source/techspecs/layout_script.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/techspecs/layout_script.rst b/docs/source/techspecs/layout_script.rst index 4015fe69421..370b3eac152 100644 --- a/docs/source/techspecs/layout_script.rst +++ b/docs/source/techspecs/layout_script.rst @@ -623,7 +623,7 @@ Get item horizontal scroll window size horizontal window size as a proportion of the associated element’s width, and takes no parameters. A value of 1.0 will display the entire width of the element; smaller values will display proportionally smaller parts of the - element. Call with ``nil`` as the argument to to restore the default + element. Call with ``nil`` as the argument to restore the default horizontal scroll window size handler (based on the ``xscroll`` child element). Get item vertical scroll window size @@ -638,7 +638,7 @@ Get item vertical scroll window size vertical window size as a proportion of the associated element’s height, and takes no parameters. A value of 1.0 will display the entire height of the element; smaller values will display proportionally smaller parts of the - element. Call with ``nil`` as the argument to to restore the default + element. Call with ``nil`` as the argument to restore the default vertical scroll window size handler (based on the ``xscroll`` child element). Get item horizontal scroll position |