Browse Source

Fixed typo in description

Sam Lantinga 2 years ago
parent
commit
2c22d7204c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/SDL_filesystem.h

+ 1 - 1
include/SDL_filesystem.h

@@ -92,7 +92,7 @@ extern DECLSPEC char *SDLCALL SDL_GetBasePath(void);
  *
  * `C:\\Users\\bob\\AppData\\Roaming\\My Company\\My Program Name\\`
  *
- * On Linux, the string might look like"
+ * On Linux, the string might look like:
  *
  * `/home/bob/.local/share/My Program Name/`
  *