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:
parent
951214c7e0
commit
ce5867f424
1 changed files with 2 additions and 2 deletions
|
@ -205,13 +205,13 @@ Returns self (the Squire instance).
|
|||
|
||||
Removes any italic formatting from the selected text.
|
||||
|
||||
Returns self.
|
||||
Returns self (the Squire instance).
|
||||
|
||||
### removeUnderline
|
||||
|
||||
Removes any underline formatting from the selected text.
|
||||
|
||||
Returns self.
|
||||
Returns self (the Squire instance).
|
||||
|
||||
### makeLink
|
||||
|
||||
|
|
Loading…
Reference in a new issue