SDL: Sync SDL3 wiki -> header (135a9)

From 135a9457f33f46d27944b90a755858f2003c54b2 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Tue, 23 Jun 2026 18:34:01 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

[ci skip]
---
 include/SDL3/SDL_notification.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/SDL3/SDL_notification.h b/include/SDL3/SDL_notification.h
index 46ec4c1da024a..253bdaa81c9d2 100644
--- a/include/SDL3/SDL_notification.h
+++ b/include/SDL3/SDL_notification.h
@@ -40,9 +40,9 @@
  *
  * There is both a customizable function
  * `SDL_ShowNotificationWithProperties()` that offers many options for what is
- * displayed, and also a much-simplified version
- * `SDL_ShowNotification()`, which simply takes a header (required),
- * message (optional), image (optional), and button array (optional).
+ * displayed, and also a much-simplified version `SDL_ShowNotification()`,
+ * which simply takes a header (required), message (optional), image
+ * (optional), and button array (optional).
  */
 
 #ifndef SDL_notification_h_