From 624191e9f40b7549a2998fa2f1fed4b71f81191c Mon Sep 17 00:00:00 2001
From: Syping <schiedelrafael@keppe.org>
Date: Fri, 5 Nov 2021 16:22:24 +0100
Subject: [PATCH] C API: fix small documentation mistake

---
 src/RagePhoto.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/RagePhoto.h b/src/RagePhoto.h
index cc1cc1b..21ad76f 100644
--- a/src/RagePhoto.h
+++ b/src/RagePhoto.h
@@ -193,7 +193,7 @@ typedef void* ragephoto_t;
 /** Opens a \p ragephoto_t instance. */
 LIBRAGEPHOTO_EXPORT ragephoto_t ragephoto_open();
 
-/** Resets the RagePhoto instance to default values.
+/** Resets the \p ragephoto_t instance to default values.
 * \param instance \p ragephoto_t instance
 */
 LIBRAGEPHOTO_EXPORT void ragephoto_clear(ragephoto_t instance);