summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mair <jrmair@gmail.com>2018-02-23 14:52:25 +0100
committerGitHub <noreply@github.com>2018-02-23 14:52:25 +0100
commitbec4ae4e55b911742d45c8f50a080f940bce98ce (patch)
tree77a839ececb78eeffe271f57a7234b36c1014b83
parentd3f1e645488b2aacabb6e2069d4cac8992a331a8 (diff)
parent4a4eec1b267c1e1d680fb891dcebb690b18df012 (diff)
downloadpry-bec4ae4e55b911742d45c8f50a080f940bce98ce.tar.gz
Merge pull request #1747 from nitsas/fix_typo_in_changelog
Fix typo in CHANGELOG.md
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56669c41..3228e091 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -67,7 +67,7 @@ See pull request [#1673](https://github.com/pry/pry/pull/1673).
that users of the [Hanami](http://hanamirb.org/) web framework experienced and
reported since 2015.
-See pull request [#1639](https://github.com/pry/pry/pull/1689).
+See pull request [#1689](https://github.com/pry/pry/pull/1689).
* Fix a bug where Method objects were not returned for setters inherited
from a default (Pry::Config::Default). Eg, this is no longer an error: