summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2022-11-02 11:07:03 +0000
committerPhilip Withnall <pwithnall@endlessos.org>2022-11-08 15:46:16 +0000
commitaa568abb97734ac00566d3d37bb784bd329bc425 (patch)
tree7473e3dcfbb64a457d395354042085ccddfb54f0
parentca45f847892a43444ff8f1126f39ac7f96e1e8db (diff)
downloadglib-aa568abb97734ac00566d3d37bb784bd329bc425.tar.gz
docs: Fix a minor typo in the GVariant Specification
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
-rw-r--r--docs/reference/glib/gvariant-specification-1.0.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/glib/gvariant-specification-1.0.rst b/docs/reference/glib/gvariant-specification-1.0.rst
index e0f35c751..996539a37 100644
--- a/docs/reference/glib/gvariant-specification-1.0.rst
+++ b/docs/reference/glib/gvariant-specification-1.0.rst
@@ -453,7 +453,7 @@ as two bytes — “ay”. Is this a single byte, ``'a'``, or an empty array of
Maybes
------
-Maybes are encoded differently depending on if their element type is fixed-sized not.
+Maybes are encoded differently depending on if their element type is fixed-sized or not.
The alignment of a maybe type is always equal to the alignment of its element type.