Browse Source

docs: Fix param name

Copy-paste mistake
SuslikV 2 years ago
parent
commit
90affc03fb
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

@@ -361,7 +361,7 @@ Functions
 
 .. function:: void obs_frontend_set_current_scene_collection(const char *collection)
 
-   :param profile: Name of the scene collection to activate
+   :param collection: Name of the scene collection to activate
 
 ---------------------------------------