Skip to content

Commit 4635631

Browse files
author
José Valim
committed
Do not interpolate in defprotocol docs
Signed-off-by: José Valim <jose.valim@plataformatec.com.br>
1 parent 2edf718 commit 4635631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/kernel.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3708,7 +3708,7 @@ defmodule Kernel do
37083708
end
37093709
end
37103710

3711-
@doc """
3711+
@doc ~S"""
37123712
Defines a protocol.
37133713
37143714
A protocol specifies an API that should be defined by its

0 commit comments

Comments
 (0)