Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/chapter-02/05_keyword_interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ All of them can be called positionally or by name.

![Set To Dictionary Keyword Documentation](/img/Set_To_Dictionary_part_1.png)

This keyword has one :term[Mandatory Argument] `dictionary` which can be called positionally or by name. See [Mandatory Args](../chapter-03/user_keyword).
This keyword has one :term[Mandatory Argument] `dictionary` which can be called positionally or by name.
The latter two arguments are optional and can be used depending on the style of defining keys and values the user likes most.

The argument `key_value_pairs` is a :term[Variable Number of Positional Arguments] and can only be set by position.
Expand Down
2 changes: 1 addition & 1 deletion website/static/glossary/glossary.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
"term": "Mandatory Argument",
"aliases": [],
"abbreviation": "",
"definition": "Argument kind in a keyword specification without a default value that must be provided in calls and that precedes optional arguments."
"definition": "Argument kind in a keyword specification without a default value that must be provided in calls and that precedes optional arguments. See [Defining Mandatory Arguments](/docs/chapter-03/user_keyword#3351-defining-mandatory-arguments)."
},
{
"term": "Suite Metadata",
Expand Down
Loading