Documentation tweak

This commit is contained in:
Sam Lantinga
2025-12-05 11:14:38 -08:00
parent ade2720829
commit 3659b2f100

View File

@@ -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