From 6ca2a4859564362f0312f5759b0844001e50d5f7 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Tue, 31 Dec 2024 16:20:17 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
[ci skip]
---
include/SDL3/SDL_hints.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h
index 2cdf998841497..6db10f913a592 100644
--- a/include/SDL3/SDL_hints.h
+++ b/include/SDL3/SDL_hints.h
@@ -2391,10 +2391,10 @@ extern "C" {
/**
* Request SDL_AppIterate() be called at a specific rate.
*
- * If this is set to a number, it represents Hz, so "60" means try to
- * iterate 60 times per second. "0" means to iterate as fast as possible.
- * Negative values are illegal, but reserved, in case they are useful in
- * a future revision of SDL.
+ * If this is set to a number, it represents Hz, so "60" means try to iterate
+ * 60 times per second. "0" means to iterate as fast as possible. Negative
+ * values are illegal, but reserved, in case they are useful in a future
+ * revision of SDL.
*
* There are other strings that have special meaning. If set to "waitevent",
* SDL_AppIterate will not be called until new event(s) have arrived (and been