From 89c8277bbc5c20082e0eaff25c0ee7d6d3c89a48 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 23 Jun 2023 08:09:41 +0200 Subject: c++, codec: Adding binary transport protocol --- src/codec-json/json.tmpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/codec-json/json.tmpl.h') diff --git a/src/codec-json/json.tmpl.h b/src/codec-json/json.tmpl.h index 0f6c59f..b4e8d6d 100644 --- a/src/codec-json/json.tmpl.h +++ b/src/codec-json/json.tmpl.h @@ -6,7 +6,7 @@ namespace saw { namespace impl { template class json_encode { - static_assert(always_false, "This schema type is not being handle by the json encoding."); + static_assert(always_false, "This schema type is not being handled by the json encoding."); }; template -- cgit v1.2.3