From 8556aec31996089e4d438604fb1b009aed47a9e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christopher=20Cot=C3=A9?= Date: Mon, 1 Nov 2021 21:17:35 -0400 Subject: [PATCH] update moduledoc --- lib/client/handler.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/handler.ex b/lib/client/handler.ex index e90664a..796c1c3 100644 --- a/lib/client/handler.ex +++ b/lib/client/handler.ex @@ -1,6 +1,6 @@ defmodule Wampex.Client.Handler do @moduledoc """ - Macros and behaviours for client implemenations + Macros and behaviours for client implementations """ @callback do_init(any()) :: %{client_name: atom()} -- 2.45.3