aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorSebastian Kürten <sebastian@topobyte.de>2017-08-25 11:14:35 +0200
committerSebastian Kürten <sebastian@topobyte.de>2017-08-25 11:14:35 +0200
commita6cbccd5861d34866b6926f8ecfada465465921b (patch)
treefb63307a9fdc430b6e478600951cd965f780484c /changelog.md
parent75848c7432ce8a427c1e30ae6161660f88e6ff34 (diff)
downloadjavaparser-a6cbccd5861d34866b6926f8ecfada465465921b.tar.gz
Fix a typo in the changelog
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 5f8a79fd1..d51155d44 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,7 @@
Version 3.3.2
------------------
[issues resolved](https://github.com/javaparser/javaparser/milestone/54?closed=1)
-* `VisitorMap` lets you overre hashcode/equals for nodes when used as a key for a map.
+* `VisitorMap` lets you override hashcode/equals for nodes when used as a key for a map.
Version 3.3.1
------------------