From: Christopher Coté Date: Tue, 2 Nov 2021 01:17:35 +0000 (-0400) Subject: update moduledoc X-Git-Url: http://git.entropealabs.com/?a=commitdiff_plain;h=8556aec31996089e4d438604fb1b009aed47a9e8;p=wampex_client.git update moduledoc --- 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()}