Fuco1 / smartparens

Minor mode for Emacs that deals with parens pairs and tries to be smart about it.
GNU General Public License v3.0
1.84k stars 194 forks source link

[minor] harmless typo #1214

Closed hunt0r closed 4 months ago

hunt0r commented 4 months ago

https://github.com/Fuco1/smartparens/blob/71eab0b1a92137453375590425378edc8748f4a7/smartparens.el#L5856

Line should say ... "next symbol object". (Not "next pair object".)

There is no loss of meaning, intent is clear. Feel free to reject. Thanks for a great package!

Fuco1 commented 4 months ago

Good catch, thanks! I pushed a fix :)