From 853a02c4599f5cfb464c0d63389b85b20fd89b4f Mon Sep 17 00:00:00 2001 From: Dave Lucia Date: Sat, 2 Nov 2024 20:46:32 -0400 Subject: [PATCH] typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2dd336e4bb..508c0119e29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,7 +61,7 @@ While the definition above could succeed (as long as all three arguments are equ def foo(x = y, y = z, z) -You may also prever to write using guards: +You may also prefer to write using guards: def foo(x, y, z) when x == y and y == z