Skip to content

Commit 41a599f

Browse files
Snooz82asimell
andauthored
Update website/docs/chapter-02/05_keyword_interface.md
Co-authored-by: Aleksi Simell <[email protected]>
1 parent 8a0441b commit 41a599f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/chapter-02/05_keyword_interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ How to use them is described in [2.6 Writing Test|Task and Calling Keywords](cha
124124
Another important information is if an argument is mandatory or optional.
125125
See the next two sections for more information about these two kinds of arguments.
126126

127-
The most arguments can either be set by their position or by their name.
127+
Most arguments can either be set by their position or by their name.
128128
But there are some kinds of arguments that can only be set positional, like **Variable Number of Positional Arguments**, or only be set named, like **Named-Only Arguments** or **Free Named Arguments**.
129129

130130
The order is as follows:

0 commit comments

Comments
 (0)