mirror of
https://github.com/fastmail/Squire.git
synced 2024-12-22 07:13:08 -05:00
Merge pull request #45 from cvrebert/patch-4
README: use same return value phrasing for remove{Italic,Underline} as elsewhere
This commit is contained in:
commit
041e922779
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