From f9e453e3d456514066e8ecbed9fbac93a588a0d0 Mon Sep 17 00:00:00 2001
From: Jedidiah Barber <contact@jedbarber.id.au>
Date: Tue, 21 Jan 2025 00:53:56 +1300
Subject: Using the type method is now more consistent

---
 doc/fl_spinner.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'doc/fl_spinner.html')

diff --git a/doc/fl_spinner.html b/doc/fl_spinner.html
index 9e3221f..5a2d185 100644
--- a/doc/fl_spinner.html
+++ b/doc/fl_spinner.html
@@ -367,7 +367,7 @@ procedure Set_Text_Size
 uchar type() const;
 </pre></td>
 <td><pre>
-function Get_Type
+function Get_Kind
        (This : in Spinner)
     return Spinner_Kind;
 </pre></td>
@@ -378,7 +378,7 @@ function Get_Type
 void type(uchar v);
 </pre></td>
 <td><pre>
-procedure Set_Type
+procedure Set_Kind
        (This : in out Spinner;
         To   : in     Spinner_Kind);
 </pre></td>
-- 
cgit