gsettings: Fix a minor formatting problem in get_child() docs

gi-docgen didn’t nest the `<tt>` tags properly for `@name` inside a
longer backticks span.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall
2025-03-04 14:14:02 +00:00
parent 517c5b4eed
commit 49328baa83

View File

@@ -2506,8 +2506,8 @@ g_settings_is_writable (GSettings *settings,
* @name: the name of the child schema
*
* Creates a child settings object which has a base path of
* `base-path/@name`, where `base-path` is the base path of
* @settings.
* `base-path/name`, where `base-path` is the base path of
* @settings and `name` is as specified by the caller.
*
* The schema for the child settings object must have been declared
* in the schema of @settings using a `<child>` element.