Skip to content

Commit 9162de7

Browse files
authored
typo (#13953)
1 parent e3f017d commit 9162de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ While the definition above could succeed (as long as all three arguments are equ
6161

6262
def foo(x = y, y = z, z)
6363

64-
You may also prever to write using guards:
64+
You may also prefer to write using guards:
6565

6666
def foo(x, y, z) when x == y and y == z
6767

0 commit comments

Comments
 (0)