Просмотр исходного кода

docs: Fix param name

Copy-paste mistake
SuslikV 2 лет назад
Родитель
Сommit
90affc03fb
1 измененных файлов с 1 добавлено и 1 удалено
  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
 
 ---------------------------------------