[libhandy/libhandy-1-2] clamp: Fix using "width" instead of "size" in doc



commit c0e7dc63ef518956dcf852a371b9ecfbd724fa83
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu Jun 10 15:35:26 2021 +0200

    clamp: Fix using "width" instead of "size" in doc

 src/hdy-clamp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/hdy-clamp.c b/src/hdy-clamp.c
index 347bc3ee..2409fc9a 100644
--- a/src/hdy-clamp.c
+++ b/src/hdy-clamp.c
@@ -473,7 +473,7 @@ hdy_clamp_new (void)
  * Gets the maximum size to allocate to the contained child. It is the width if
  * @self is horizontal, or the height if it is vertical.
  *
- * Returns: the maximum width to allocate to the contained child.
+ * Returns: the maximum size to allocate to the contained child.
  *
  * Since: 1.0
  */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]