Browse Source

docs: Fix obs_frontend_get_scene_collections() description

WarmUpTill 2 years ago
parent
commit
0d6588fa8c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sphinx/reference-frontend-api.rst

+ 1 - 1
docs/sphinx/reference-frontend-api.rst

@@ -345,7 +345,7 @@ Functions
 
 .. function:: char **obs_frontend_get_scene_collections(void)
 
-   :return: The list of profile names, ending with NULL.  The list is
+   :return: The list of scene collection names, ending with NULL.  The list is
             stored within one contiguous segment of memory, so freeing
             the returned pointer with :c:func:`bfree()` will free the
             entire list.