jimblackler / jsonschemafriend

A JSON Schema loader and validator, delivered as a Java library.
Apache License 2.0
49 stars 23 forks source link

Fix Unexpec[t]ed typo #1

Closed tayloj closed 3 years ago

tayloj commented 3 years ago

This fixes a typo, by adding a missing 't' to the class name, Unexpec[t]edTypeError.

jimblackler commented 3 years ago

Many thanks.