Skip to content

Commit a184998

Browse files
sabiwarasorentwo
andauthored
Fix typo in variable name
Co-authored-by: Parker Selbert <[email protected]>
1 parent a4d1af0 commit a184998

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
@@ -3953,7 +3953,7 @@ defmodule Kernel do
39533953
if count = fruits[:apples] do
39543954
IO.puts(count + 1)
39553955
end
3956-
counts # nil
3956+
count # nil
39573957
39583958
"""
39593959
defmacro if(condition, clauses) do

0 commit comments

Comments
 (0)