This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new bc832b4152c
Documentation/applications/audioutils/mml_parser/index.rst: fix typo
bc832b4152c is described below
commit bc832b4152c2fcd5db17d69961933acbea74e1e5
Author: taikoyaP <[email protected]>
AuthorDate: Tue Jun 2 20:32:31 2026 +0900
Documentation/applications/audioutils/mml_parser/index.rst: fix typo
fix a small typo in index.rst.
---
Documentation/applications/audioutils/mml_parser/index.rst | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Documentation/applications/audioutils/mml_parser/index.rst
b/Documentation/applications/audioutils/mml_parser/index.rst
index cabf451a60b..76547be2ea8 100644
--- a/Documentation/applications/audioutils/mml_parser/index.rst
+++ b/Documentation/applications/audioutils/mml_parser/index.rst
@@ -146,7 +146,6 @@ On success, following values can be returned. And those
values are defined in ``
===================== ===========================================
Return values Description
===================== ===========================================
-
MML_TYPE_EOF This means that it have reached the end of the string.
The content of the ``result`` has no meaning.
MML_TYPE_NOTE This indicates that some note has been parsed. The scale
of the note is stored in ``note_idx[0]``. The length of the note is given by
the ``length`` member as the number of samples. In the case of tuplet, this
return value is returned at the time each note is parsed. In other words, a
tuplet is parsed as a single note.
MML_TYPE_REST This indicates the ``rest`` has been parsed. The length
of it is given by the ``length`` member as the number of samples.
@@ -218,4 +217,4 @@ Please write unit tests for any new functions you add -
it's fun!
Author
------
-mml_parser was written by Takayoshi Koizumi <[email protected]>
+mml_parser was written by Takayoshi Koizumi <[email protected]>