Fix misspelling in ex-info message
This commit is contained in:
parent
85a82f3d94
commit
0e23a514f0
1 changed files with 1 additions and 1 deletions
|
|
@ -976,7 +976,7 @@
|
||||||
(if-some [prim-layout (primitive-type type)]
|
(if-some [prim-layout (primitive-type type)]
|
||||||
(with-acquired [(segment-session segment) session]
|
(with-acquired [(segment-session segment) session]
|
||||||
(serialize-into (serialize* obj type session) prim-layout 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
|
{:type type
|
||||||
:object obj}))))
|
:object obj}))))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue