From 49ff79c38f2bf312f88fea599f97549fec5d0812 Mon Sep 17 00:00:00 2001 From: Jan Pieper Date: Thu, 11 Nov 2021 07:58:39 +0100 Subject: [PATCH] Add missing backtick to fix formatting --- lib/tortoise/handler.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tortoise/handler.ex b/lib/tortoise/handler.ex index 2271667..b27d42c 100644 --- a/lib/tortoise/handler.ex +++ b/lib/tortoise/handler.ex @@ -15,7 +15,7 @@ defmodule Tortoise.Handler do happen when the connection goes offline should be set up using the `connection/3` callback. - - `last_will/1 is called to get a last will message for a + - `last_will/1` is called to get a last will message for a new connection. If none is provided (nil), the connection's default last will will be used.