mirror of https://github.com/helix-editor/helix
fix(tutor): replace unexisting and non existing with nonexistent
Sounds more natural to me. Just a spelling change.pull/11441/head
parent
4098151591
commit
cb1ec1b27e
|
@ -1315,7 +1315,7 @@ letters! that is not good grammar. you can fix this.
|
|||
--> delete "layers "of" quote marks" too: this will delete the
|
||||
nearest previous and following quote marks
|
||||
|
||||
Trying to delete unexisting surrounding delimiters print an error
|
||||
Trying to delete nonexistent surrounding delimiters prints an error
|
||||
at the bottom bar and does nothing.
|
||||
|
||||
=================================================================
|
||||
|
@ -1336,7 +1336,7 @@ letters! that is not good grammar. you can fix this.
|
|||
--> some (nested surroundings [can be replaced])
|
||||
--> this "works with 'other surroundings' too"
|
||||
|
||||
You can try to replace a non existing pair: this will show
|
||||
You can try to replace a nonexistent pair: this will show
|
||||
an error warning at the bottom bar and do nothing.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue