Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
imaqtkatt committed May 30, 2024
1 parent 4c391a7 commit ae0e2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ae0e2cb

Please sign in to comment.