From 90affc03fb7fa4cfdef77b5ebc8c7b0a5fb13b6e Mon Sep 17 00:00:00 2001 From: SuslikV Date: Sat, 17 Jun 2023 11:27:31 +0200 Subject: [PATCH] docs: Fix param name Copy-paste mistake --- docs/sphinx/reference-frontend-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/reference-frontend-api.rst b/docs/sphinx/reference-frontend-api.rst index a68db69ce..a5ee4ec03 100644 --- a/docs/sphinx/reference-frontend-api.rst +++ b/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 ---------------------------------------