Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein committed Aug 24, 2023
1 parent 5699543 commit 8ff83f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/HTML/read.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</PRE>

Expand Down
4 changes: 2 additions & 2 deletions docs/HTML/write.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</PRE>
</td>
Expand Down

0 comments on commit 8ff83f2

Please sign in to comment.