From dacec803c6b93c6e86bd479f0d9f2dc2e6364437 Mon Sep 17 00:00:00 2001 From: Student Date: Mon, 13 Nov 2017 13:57:42 -0500 Subject: [PATCH] docs: Fix documentation failure --- src/WSRequestHandler_Sources.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WSRequestHandler_Sources.cpp b/src/WSRequestHandler_Sources.cpp index fbfc097c..d15398f4 100644 --- a/src/WSRequestHandler_Sources.cpp +++ b/src/WSRequestHandler_Sources.cpp @@ -1399,7 +1399,7 @@ void WSRequestHandler::HandleGetSourceTypesList(WSRequestHandler* req) { * Get settings of the specified source * * @param {String} `sourceName` Name of the source item. - * @param {String (optional) `sourceType` Type of the specified source. Useful for type-checking if you expect a specific settings schema. + * @param {String (optional)} `sourceType` Type of the specified source. Useful for type-checking if you expect a specific settings schema. * * @return {String} `sourceName` Source name * @return {String} `sourceType` Type of the specified source