summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Irwin <conrad.irwin@gmail.com>2014-05-05 00:30:19 -0600
committerConrad Irwin <conrad.irwin@gmail.com>2014-05-05 00:30:19 -0600
commitbd00c4afbbbeae5f83eb0d1ac7a0e3fd3f619cf1 (patch)
treeb8b40822ec59ddc74e6435a78ae80c69eb74293e
parent2ad1b3a1c236178fb139ebebc0835129b6bbbfd9 (diff)
downloadpry-remove-global-config.tar.gz
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a0359f18..1ef4e0e3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -83,7 +83,7 @@
through a 'pry-local' config who, at times, acts as a 'pry-local store'. (#1096)
* `rake pry` now accepts switches prefixed with `_` (e.g., `rake pry _v`)
* Pagers now act like `IO`s and accept streaming output
- * See `_pry_.pager.page` and `_pry_.pager.opent`
+ * See `_pry_.pager.page` and `_pry_.pager.open`
* The `Pry` class has been broken up into two smaller classes
* `Pry` represents non-UI-specific session state, including the eval string
* `Pry::REPL` controls the user-facing interface