diff options
| author | Markus Armbruster <armbru@redhat.com> | 2025-07-29 11:16:41 +0200 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2025-07-29 14:51:39 +0200 |
| commit | a14f6d3288bcfd4f3f7e6aca4572e2443cc1f91b (patch) | |
| tree | 4cce0d1aeb732672115e6e9d2d7e4dec6f91e57f | |
| parent | 1047cc281631063ff2db481b8ea7eb755005236a (diff) | |
| download | focaccia-qemu-a14f6d3288bcfd4f3f7e6aca4572e2443cc1f91b.tar.gz focaccia-qemu-a14f6d3288bcfd4f3f7e6aca4572e2443cc1f91b.zip | |
docs/qapi-domain: Fix typos
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20250729091642.3513895-2-armbru@redhat.com> Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
| -rw-r--r-- | docs/devel/qapi-domain.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/devel/qapi-domain.rst b/docs/devel/qapi-domain.rst index b71890f660..fe540d1e40 100644 --- a/docs/devel/qapi-domain.rst +++ b/docs/devel/qapi-domain.rst @@ -9,7 +9,7 @@ in Sphinx is provided by the QAPI Domain, located in `Python Domain <https://www.sphinx-doc.org/en/master/usage/domains/python.html>`_ included with Sphinx, but provides special directives and roles -speciically for annotating and documenting QAPI definitions +for annotating and documenting QAPI definitions specifically. A `Domain @@ -101,7 +101,7 @@ without types. The QAPI domain uses this class for features, returns, and enum values. TypedField: - * Creates a grouped, typed field. Multiple adjacent entres will be + * Creates a grouped, typed field. Multiple adjacent entries will be merged into one section, and the content will form a bulleted list. * *Must* take at least one argument, but supports up to two - nominally, a name and a type. |