mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-01 08:32:10 +00:00
Merge pull request #372 from Ironholds/develop
Grammar fix in read_wkt_exception message.
This commit is contained in:
@@ -203,7 +203,7 @@ inline void check_end(Iterator& it,
|
||||
{
|
||||
if (it != end)
|
||||
{
|
||||
throw read_wkt_exception("Too much tokens", it, end, wkt);
|
||||
throw read_wkt_exception("Too many tokens", it, end, wkt);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user