Skip to content

Commit 701c0b4

Browse files
aptinioJosé Valim
authored andcommitted
Fix typo (#7178)
1 parent 895adcb commit 701c0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/code.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ defmodule Code do
303303
The string concatenation makes the code fit on a single line and also
304304
gives more options to the formatter.
305305
306-
A similar example is when the formatter breaks a fuction definition
306+
A similar example is when the formatter breaks a function definition
307307
over multiple clauses:
308308
309309
def my_function(

0 commit comments

Comments
 (0)