From 07ebbe56e63580ddaeda03aa0a80c5356b970143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20L?= Date: Mon, 20 May 2019 21:13:49 +0200 Subject: [PATCH] docs: fix typos Fixes #328 Fixes #329 --- src/WSEvents.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/WSEvents.cpp b/src/WSEvents.cpp index 30cb99e0e..6922c5392 100644 --- a/src/WSEvents.cpp +++ b/src/WSEvents.cpp @@ -736,7 +736,7 @@ void WSEvents::StreamStatus() { * @return {int (optional)} `total-record-time` Total time (in seconds) since recording started. * @return {int (optional)} `total-record-bytes` Total bytes recorded since the recording started. * @return {int (optional)} `total-record-frames` Total frames recorded since the recording started. - * @return {Stats} `stats` OBS Stats + * @return {OBSStats} `stats` OBS Stats * * @api events * @name Heartbeat @@ -1330,7 +1330,7 @@ void WSEvents::OnSceneItemVisibilityChanged(void* param, calldata_t* data) { * @return {String} `scene-name` Name of the scene. * @return {String} `item-name` Name of the item in the scene. * @return {int} `item-id` Scene item ID - * @return {SceneItemProperties} `transform` Scene item transform properties + * @return {SceneItemTransform} `transform` Scene item transform properties * * @api events * @name SceneItemTransformChanged