Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanvanzuriak committed Mar 17, 2018
1 parent c9179c9 commit 1c40a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -391,7 +391,7 @@ Creates an array of unique values that is the [symmetric difference](https://en.

```crystal
Zap.xor([2, 1], [2, 3]) # [1, 3]
Zap.xor([2, 1], [2, 3], [1] # [3]
Zap.xor([2, 1], [2, 3], [1]) # [3]
```

### zip
Expand Down

0 comments on commit 1c40a41

Please sign in to comment.