We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f017d commit 9162de7Copy full SHA for 9162de7
CHANGELOG.md
@@ -61,7 +61,7 @@ While the definition above could succeed (as long as all three arguments are equ
61
62
def foo(x = y, y = z, z)
63
64
-You may also prever to write using guards:
+You may also prefer to write using guards:
65
66
def foo(x, y, z) when x == y and y == z
67
0 commit comments