qri-io / jsonschema

golang implementation of https://json-schema.org drafts 7 & 2019-09
MIT License
461 stars 54 forks source link

Fix error wording for Minimum and ExculsiveMinimum #75

Closed oponder closed 4 years ago

oponder commented 4 years ago

Just noticed this while browsing this code base.

I think the wording here is wrong, possibly a copy-paste mistake when implementing maximum at the same time?

Cheers!

Arqu commented 4 years ago

Much appreciated, there definitely was A LOT of copy pasting in the rewrite. Thanks!