1
0
Fork 0
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:
John Mair 2011-04-24 16:26:43 +12:00
parent 99841eeb68
commit e6f664f8d2

View file

@ -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 its 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.