diff --git a/website/docs/chapter-02/05_keyword_interface.md b/website/docs/chapter-02/05_keyword_interface.md index 562e301..039a326 100644 --- a/website/docs/chapter-02/05_keyword_interface.md +++ b/website/docs/chapter-02/05_keyword_interface.md @@ -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. diff --git a/website/static/glossary/glossary.json b/website/static/glossary/glossary.json index c81bbc0..c120cdf 100644 --- a/website/static/glossary/glossary.json +++ b/website/static/glossary/glossary.json @@ -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",