Fix misspelling in ex-info message

This commit is contained in:
Joshua Suskalo 2022-11-16 09:27:01 -06:00
parent 85a82f3d94
commit 0e23a514f0
No known key found for this signature in database
GPG key ID: 9B6BA586EFF1B9F0

View file

@ -976,7 +976,7 @@
(if-some [prim-layout (primitive-type type)]
(with-acquired [(segment-session segment) session]
(serialize-into (serialize* obj type session) prim-layout segment session))
(throw (ex-info "Attempted to serialize an object to a type that has not been overriden"
(throw (ex-info "Attempted to serialize an object to a type that has not been overridden"
{:type type
:object obj}))))