mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
got rid of stray unicode char from README
This commit is contained in:
parent
99841eeb68
commit
e6f664f8d2
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ the `jump-to` command:
|
||||||
### Runtime invocation
|
### Runtime invocation
|
||||||
|
|
||||||
Pry can be invoked in the middle of a running program. It opens a Pry
|
Pry can be invoked in the middle of a running program. It opens a Pry
|
||||||
session at the point it’s called and makes all program state at that
|
session at the point it's called and makes all program state at that
|
||||||
point available. When the session ends the program continues with any
|
point available. When the session ends the program continues with any
|
||||||
modifications you made to it.
|
modifications you made to it.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue