Browse Source

pen: Make the `\since` field in SDL_PenCapabilityFlags match everything else.

Ryan C. Gordon 10 months ago
parent
commit
0e6db371e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/SDL3/SDL_pen.h

+ 1 - 1
include/SDL3/SDL_pen.h

@@ -110,7 +110,7 @@ typedef enum SDL_PenAxis
 /**
  * Pen capabilities reported by SDL_GetPenCapabilities.
  *
- * \since This typedef is available since SDL 3.0.0
+ * \since This datatype is available since SDL 3.0.0.
  */
 typedef Uint64 SDL_PenCapabilityFlags;