Skip to content

Commit 5b54d7f

Browse files
author
Dmitry Kobets
committed
Update docs
1 parent 0004b6e commit 5b54d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c26820.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ helpviewer_keywords: ["C26820"]
77
---
88
# C26820
99

10-
> Assigning by value when a const-reference would suffice, use const T& instead (p.9).
10+
> Assigning by value when a const-reference would suffice, use const auto& instead (p.9).
1111
1212
For more information, see [P.9: Don't waste time or space](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#p9-dont-waste-time-or-space) in the C++ Core Guidelines.
1313

0 commit comments

Comments
 (0)