[Docs] Fix link to GetCurrentScene

For some reason the link to the `GetCurrentScene` section of the docs was put into a codeblock
This commit is contained in:
tt2468 2020-04-10 08:08:02 -07:00 committed by GitHub
parent 2ac97dea35
commit dbc62ad63a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2176,7 +2176,7 @@ _No specified parameters._
| Name | Type | Description |
| ---- | :---: | ------------|
| `current-scene` | _String_ | Name of the currently active scene. |
| `scenes` | _Array<Scene>_ | Ordered list of the current profile's scenes (See `[GetCurrentScene](#getcurrentscene)` for more information). |
| `scenes` | _Array<Scene>_ | Ordered list of the current profile's scenes (See [GetCurrentScene](#getcurrentscene) for more information). |
---