diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-09-28 23:42:52 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-09-28 23:42:52 -0400 |
| commit | 5eb15a390de75f5e53e18dedb3b9a2386489bb9b (patch) | |
| tree | ab1a2fef374e049ba50d2d1ef66362dfdb0453a6 /zola-static/content/blog | |
| parent | 3a24f2e2793255022b18d37afae67335d5a0a2e5 (diff) | |
reword phrasing
Diffstat (limited to 'zola-static/content/blog')
| -rw-r--r-- | zola-static/content/blog/sdl-native-wayland.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zola-static/content/blog/sdl-native-wayland.md b/zola-static/content/blog/sdl-native-wayland.md index d3de71f..c495645 100644 --- a/zola-static/content/blog/sdl-native-wayland.md +++ b/zola-static/content/blog/sdl-native-wayland.md @@ -16,4 +16,4 @@ for (int i = 0; i < SDL_GetNumVideoDrivers(); i++) { } } ``` -This code will explicitly enable Wayland if it is available. Thanks to my friend Riley Beckett for helping figure it out. +This code will explicitly enable Wayland if it is available. Thanks to my friend Riley for helping figure it out. |
