From bd00c4afbbbeae5f83eb0d1ac7a0e3fd3f619cf1 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Mon, 5 May 2014 00:30:19 -0600 Subject: [PATCH] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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