Skip to content

Fix phrasing of warning that auto obfuscates variable types

Description:

Rephrases a sentence regarding how C++'s auto can obfuscate variables to address a grammatical issue. It rewrites the sentence to remove the errant portion "auto is be obfuscating", and clarify the intended message.


Change:

the use of auto is be obfuscating. The use of auto obfuscates variable types.


Merge request reports