Skip to content

Commit d56fc08

Browse files
committed
Fix typo in in_application_api restructuredText, missing colon on param
1 parent 0f7fc5f commit d56fc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/in_application_api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ The path follows the template set in :cpp:func:`SetLogFilePathTemplate` so it ma
303303

304304
This function will determine the closest matching replay UI executable for the current RenderDoc module and launch it.
305305

306-
:param uint32_t connectTargetControl should be set to 1 if the UI should immediately connect to the application.
306+
:param uint32_t connectTargetControl: should be set to 1 if the UI should immediately connect to the application.
307307
:param const char* cmdline: is an optional UTF-8 null-terminated string to be appended to the command line, e.g. a capture filename. If this parameter is NULL, the command line will be unmodified.
308308
:return: If the UI was successfully launched, this function will return the PID of the new process. Otherwise it will return ``0``.
309309

0 commit comments

Comments
 (0)