Cleanup: Grammar: Fix uses of "for e.g."
e.g. stands for "exempli gratia" in Latin which means "for example". The best way to make sure it makes sense when writing is to just expand it to "for example". In these cases where the text was "for e.g.", that leaves us with "for for example" which makes no sense. This commit fixes all 110 cases, mostly just just replacing the words with "for example", but also restructuring the text a bit more in a few cases, mostly by moving "e.g." to the beginning of a list in parentheses. Pull Request: https://projects.blender.org/blender/blender/pulls/139596
This commit is contained in:
@@ -104,7 +104,7 @@ CHECKER_ARGS = (
|
||||
|
||||
# Calling `memset` of float may technically be a bug but works in practice.
|
||||
"memsetClassFloat",
|
||||
# There are various classes which don't have copy or equal constructors (GHOST windows for e.g.)
|
||||
# There are various classes which don't have copy or equal constructors (GHOST windows for example)
|
||||
"noCopyConstructor",
|
||||
# Also noisy, looks like these are not issues to "solve".
|
||||
"unusedFunction",
|
||||
|
||||
Reference in New Issue
Block a user