From ae0e2cbe841a95453803ef318b1638523b9f986f Mon Sep 17 00:00:00 2001 From: imaqtkatt Date: Thu, 30 May 2024 16:36:26 -0300 Subject: [PATCH] Fix typo --- docs/syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syntax.md b/docs/syntax.md index 368499344..7f469d83c 100644 --- a/docs/syntax.md +++ b/docs/syntax.md @@ -147,7 +147,7 @@ The operations are: - Bit Xor `^=` - Mapper `@=` -The mapper in-place operation applies a function and re-assings the variable: +The mapper in-place operation applies a function and re-assigns the variable: ```python x = "hello"