0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2025-01-03 05:00:13 -05:00

README: use same return value phrasing for remove{Italic,Underline} as elsewhere

This commit is contained in:
Chris Rebert 2015-03-04 18:46:10 -08:00
parent 951214c7e0
commit ce5867f424

View file

@ -205,13 +205,13 @@ Returns self (the Squire instance).
Removes any italic formatting from the selected text. Removes any italic formatting from the selected text.
Returns self. Returns self (the Squire instance).
### removeUnderline ### removeUnderline
Removes any underline formatting from the selected text. Removes any underline formatting from the selected text.
Returns self. Returns self (the Squire instance).
### makeLink ### makeLink