Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jul 14, 2022
1 parent 45656c7 commit a1c9230
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ namespace serialization_detail
CHOWDSP_CHECK_HAS_STATIC_METHOD (HasCustomSerializer, template serialize<DummySerializer>)
CHOWDSP_CHECK_HAS_STATIC_METHOD (HasCustomDeserializer, template deserialize<DummySerializer>)
} // namespace serialization_detail
#endif

/**
* Base class for Serializer objects. If you would like to create
* a serializer for a particular serialization format, the new serializer
Expand Down

0 comments on commit a1c9230

Please sign in to comment.