diff --git a/change_notes/2023-10-25-a0-1-1.md b/change_notes/2023-10-25-a0-1-1.md index 91695ea524..bd85f52143 100644 --- a/change_notes/2023-10-25-a0-1-1.md +++ b/change_notes/2023-10-25-a0-1-1.md @@ -1,4 +1,4 @@ * `A0-1-1` - address a number of false positive issues: * Exclude compiler-generated variables, such as those generated for range-based for loops. * Exclude variables in uninstantiated templates, for which we have no precise data on uses. - * Deviations can now be applied to the useless assignment as well as the variable itself. \ No newline at end of file + * Deviations should now be applied to the useless assignment instead of the variable itself.