From 6308682e8faefd0a7c954faa76747af0e3259b81 Mon Sep 17 00:00:00 2001 From: Henry Rovner Date: Sat, 11 Nov 2023 14:14:40 -0800 Subject: [PATCH] Update markup syntax --- libsecret/secret-schema.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsecret/secret-schema.c b/libsecret/secret-schema.c index 0cb20e5..c149c67 100644 --- a/libsecret/secret-schema.c +++ b/libsecret/secret-schema.c @@ -54,7 +54,7 @@ * items that are not stored by the libsecret library. Other libraries such as * libgnome-keyring don't store the schema name. * - * Additional schemas can be defined via the %SecretSchema structure like this: + * Additional schemas can be defined via the [struct@Schema] structure like this: * * ```c * // in a header: