Fix spelling of the example abbreviation (e.g.)#74785
Fix spelling of the example abbreviation (e.g.)#74785alexr00 merged 1 commit intomicrosoft:masterfrom
Conversation
|
By the way, I'm not making this change spuriously; My original goal was to propose a change one of these messages (the one in src/vs/workbench/contrib/markers/browser/messages.ts), to make it clearer and more explicit, like this: -"Filter. Eg: text, **/*.ts, !**/node_modules/**");
+"Filter files. E.g.: text, **/*.ts, !**/node_modules/**");but didn't want to change the "Eg." to "E.g." in one place while leaving the others in an inconsistent state. |
|
The files under src\typings are copied in, and shouldn't be changed since the changes will get overwritten. |
|
Thanks for the careful review, @alexr00. I'll fix and update the PR shortly. Edit: updated and rebased on latest master branch. |
Most of the instances of this abbreviation already use the e.g. form. This commit changes the non-conforming ones to match.
1978e5b to
c79ea88
Compare
|
@alexr00 thanks for the quick merge :) for future reference, was the extended message in this specific commit not particularly useful, or is there some guideline to not add additional details to commit messages? |
|
Concise details are always welcome! |
Most of the instances of this abbreviation already use the "e.g." form.
This commit changes the non-conforming ones to match.
Note that although this commit changes 29 files, almost all of these changes are in code comments. The only user-visible ones are in the README, and in localizable strings on the following six files: