Skip to content

Commit 43dc8f3

Browse files
committed
Improve readme.
1 parent 67210b8 commit 43dc8f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Supported:
7171
* STL: array, vector, deque, list
7272
* Boost.Array: array
7373
* Boost.Container: vector, static_vector
74-
* C#: array, List (as point coordinates)
74+
* C#: array, List (as containers of coordinates)
7575
* 2D cartesian geometries
7676
* Boost.Geometry: point, point_xy, box, segment, referring_segment, polygon, multi_point, multi_linestring, multi_polygon, nsphere
7777
* Boost.Polygon: point_data, segment_data, rectangle_data, polygon_data, polygon_with_holes_data
@@ -105,7 +105,7 @@ Watch window displaying graphical representations of variables in a list. Each v
105105

106106
Supported:
107107

108-
* Containers of elements convertible to double and containers of points
108+
* Containers of values convertible to double and containers of points
109109
* C-style array
110110
* Pointer to elements with size specifier e.g.: `ptr,5`
111111
* Sequence of containers of point coordinates e.g.: `vec_x;vec_y`

0 commit comments

Comments
 (0)