diff options
Diffstat (limited to 'docs/devel/qom.rst')
-rw-r--r-- | docs/devel/qom.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/devel/qom.rst b/docs/devel/qom.rst index 0cf9a714f0..3e34b07c98 100644 --- a/docs/devel/qom.rst +++ b/docs/devel/qom.rst @@ -371,8 +371,8 @@ This accepts an array of interface type names. { TYPE_USER_CREATABLE }, { NULL }) -If the type is not intended to be instantiated, then then -the OBJECT_DEFINE_ABSTRACT_TYPE() macro can be used instead: +If the type is not intended to be instantiated, then the +OBJECT_DEFINE_ABSTRACT_TYPE() macro can be used instead: .. code-block:: c :caption: Defining a simple abstract type |