mirror of
https://github.com/fastmail/Squire.git
synced 2025-02-24 07:45:53 -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…
Add table
Reference in a new issue