Skip to content

Commit c10e991

Browse files
author
Steven Dunlap
committed
Update README.markdown
fixed typo (or perhaps changed syntax) for Surround quick help
1 parent 2660227 commit c10e991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ examples. An asterisk (*) is used to denote the cursor position.
265265
[123+4*56]/2 cs]) (123+456)/2
266266
"Look ma, I'm *HTML!" cs"<q> <q>Look ma, I'm HTML!</q>
267267
if *x>3 { ysW( if ( x>3 ) {
268-
my $str = *whee!; vlllls' my $str = 'whee!';
268+
my $str = *whee!; vllllS' my $str = 'whee!';
269269

270270
For instance, if the cursor was inside `"foo bar"`, you could type
271271
`cs"'` to convert the text to `'foo bar'`.

0 commit comments

Comments
 (0)