From 8ea4ee6d486a263e54401910f3ee58fd92732894 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Tue, 6 Aug 2019 10:42:17 +1200 Subject: [PATCH] Doc review --- libraries/platform/src/platform/backend/Platform.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/platform/src/platform/backend/Platform.cpp b/libraries/platform/src/platform/backend/Platform.cpp index 3d2f8e67ee..8b52b9cc29 100644 --- a/libraries/platform/src/platform/backend/Platform.cpp +++ b/libraries/platform/src/platform/backend/Platform.cpp @@ -17,9 +17,9 @@ * @property {PlatformInfo.CPUDescription[]} cpus - Information on the computer's CPUs. * @property {PlatformInfo.DisplayDescription[]} displays - Information on the computer's displays. * @property {PlatformInfo.GPUDescription[]} gpus - Information on the computer's GPUs. - * @property {PlatformInfo.GraphicsAPIDescription[]} graphicsAPIs - Information on the computer's graphics APIs. - * @property {PlatformInfo.MemoryDescription} memory - Information on the computers memory. - * @property {PlatformInfo.NICDescription} nics - Information on the computers network cards. + * @property {PlatformInfo.GraphicsAPIDescription[]} graphicsAPIs - Information on the computer's graphics APIs. + * @property {PlatformInfo.MemoryDescription} memory - Information on the computer's memory. + * @property {PlatformInfo.NICDescription} nics - Information on the computer's network cards. */ namespace platform { namespace keys { const char* UNKNOWN = "UNKNOWN";