summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2020-07-23 13:33:09 -0700
committerGitHub <noreply@github.com>2020-07-23 13:33:09 -0700
commitf4e157c5781210354f169c0a129c807ef2b56d8f (patch)
tree59055fbd52701c50df9d36147d36a2cd38cc0ade
parent7ed4a14efe37697b53777addc884432865aa93d9 (diff)
downloadsdl_core-feature/additional_submenus.tar.gz
Update src/components/interfaces/HMI_API.xmlfeature/additional_submenus
Co-authored-by: Jacob Keeler <jacob.keeler@livioradio.com>
-rw-r--r--src/components/interfaces/HMI_API.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 9dfab01641..5e87e09206 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -2817,7 +2817,7 @@
<struct name="MenuParams">
<param name="parentID" type="Integer" minvalue="0" maxvalue="2000000000" mandatory="false">
<description>unique ID of the sub menu, the command must be added to.</description>
- <description>If not provided or is 0, the command must be added to the top level of the in application menu.</description>
+ <description>If not provided or 0, the command must be added to the top level of the in application menu.</description>
</param>
<param name="position" type="Integer" minvalue="0" maxvalue="1000" mandatory="false">
<description>Position within the items that are at the top level of the in application menu.</description>