Browse Source

docs: Clarify a dot is included in the extension

Norihiro Kamae 2 years ago
parent
commit
e4496c7afa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sphinx/reference-libobs-util-platform.rst

+ 1 - 1
docs/sphinx/reference-libobs-util-platform.rst

@@ -245,7 +245,7 @@ Other Path/File Functions
 
 .. function:: const char *os_get_path_extension(const char *path)
 
-   Returns the extension portion of a path string.
+   Returns the extension portion of a path string, including the dot (.).
 
 ---------------------