Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0af2193

Browse files
vsyrovatJosé Valim
authored andcommitted
Update supervisor-and-application.markdown (elixir-lang#1314)
1 parent f5f1c06 commit 0af2193

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

getting-started/mix-otp/supervisor-and-application.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ Since we have specified `KV` as the module callback, let's change the `KV` modul
236236
defmodule KV do
237237
use Application
238238

239+
@impl true
239240
def start(_type, _args) do
240241
# Although we don't use the supervisor name below directly,
241242
# it can be useful when debugging or introspecting the system.

0 commit comments

Comments
 (0)