From 65752e6df9e30b6d495ef4e39b94b439472e0640 Mon Sep 17 00:00:00 2001 From: Alan King Date: Mon, 8 Apr 2024 09:00:50 -0400 Subject: [PATCH] [#858] Fix typo in Doxygen's Microservices page --- doxygen/microservices.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen/microservices.cpp b/doxygen/microservices.cpp index 557f3c845e..8cf48e1ef7 100644 --- a/doxygen/microservices.cpp +++ b/doxygen/microservices.cpp @@ -129,7 +129,7 @@ - #msi_json_compare - Compares two JSON structures - #msi_json_contains - Returns if an element exists inside of a JSON structure - #msi_json_dump - Serializes a JSON structure to a string - - #msi_json_free - Releases any resources assoicated with a JSON handle + - #msi_json_free - Releases any resources associated with a JSON handle - #msi_json_handles - Returns all JSON handles in the process - #msi_json_names - Returns all property names inside a JSON structure - #msi_json_parse - Parses a string or byte/integer sequence into a JSON structure