From 8ff83f26f7aed61ea06cf15a76140e093b1e1e24 Mon Sep 17 00:00:00 2001 From: Hossein Moein Date: Thu, 24 Aug 2023 10:23:45 -0400 Subject: [PATCH] Fixed typo --- docs/HTML/read.html | 4 ++-- docs/HTML/write.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/HTML/read.html b/docs/HTML/read.html index 6c6c1226..0c39cd1c 100644 --- a/docs/HTML/read.html +++ b/docs/HTML/read.html @@ -105,9 +105,9 @@ DateTimeISO -- DateTime string printed in ISO style (YYYY-MM-DD HH:MM:SS.mmm) dbl_vector -- A vector of double precision values, The vector is printed as "s[d1|d2|...]" where s is the size of the vector and d's are the double values. - str_dbl_map -- A map of string keys to double precision values, The map is printed as "s[k1:v1|k2:v2|...]" + str_dbl_map -- A map of string keys to double precision values, The map is printed as "s{k1:v1|k2:v2|...}" where s is the size of the map and k's and v's are keys and values. - str_dbl_unomap -- An unordered map of string keys to double precision values, The map is printed as "s[k1:v1|k2:v2|...]" + str_dbl_unomap -- An unordered map of string keys to double precision values, The map is printed as "s{k1:v1|k2:v2|...}" where s is the size of the map and k's and v's are keys and values. diff --git a/docs/HTML/write.html b/docs/HTML/write.html index 7cf5fe03..4740b216 100644 --- a/docs/HTML/write.html +++ b/docs/HTML/write.html @@ -106,9 +106,9 @@ DateTimeISO -- DateTime string printed in ISO style (YYYY-MM-DD HH:MM:SS.mmm) dbl_vector -- A vector of double precision values, The vector is printed as "s[d1|d2|...]" where s is the size of the vector and d's are the double values. - str_dbl_map -- A map of string keys to double precision values, The map is printed as "s[k1:v1|k2:v2|...]" + str_dbl_map -- A map of string keys to double precision values, The map is printed as "s{k1:v1|k2:v2|...}" where s is the size of the map and k's and v's are keys and values. - str_dbl_unomap -- An unordered map of string keys to double precision values, The map is printed as "s[k1:v1|k2:v2|...]" + str_dbl_unomap -- An unordered map of string keys to double precision values, The map is printed as "s{k1:v1|k2:v2|...}" where s is the size of the map and k's and v's are keys and values.