From 3659b2f100e4434f515a5543c749beed3d3fcc2c Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 5 Dec 2025 11:14:38 -0800 Subject: [PATCH] Documentation tweak --- docs/README-main-functions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README-main-functions.md b/docs/README-main-functions.md index e8f197f4ff..7574cff6fe 100644 --- a/docs/README-main-functions.md +++ b/docs/README-main-functions.md @@ -208,9 +208,9 @@ it's useful to know if this was a successful or failing run of the app. ## Using main functions from other languages -If not working in C/C++, using SDL's entry points is still possible but more -complex. Please refer to https://wiki.libsdl.org/SDL3/NonstandardStartup for -the technical details. +If you're not using C/C++, using SDL's entry points is still possible but is +more complex. Please refer to https://wiki.libsdl.org/SDL3/NonstandardStartup +for the technical details. ## Summary and Best Practices