mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Fix typo in T.22 (#1387)
This commit is contained in:
committed by
Sergey Zubkov
parent
aa25be7d6b
commit
422a190f57
@@ -17057,7 +17057,7 @@ and the precise general semantics for all nodes is hard to pin down in the early
|
|||||||
A "concept" that is incomplete or without a well-specified semantics can still be useful.
|
A "concept" that is incomplete or without a well-specified semantics can still be useful.
|
||||||
For example, it allows for some checking during initial experimentation.
|
For example, it allows for some checking during initial experimentation.
|
||||||
However, it should not be assumed to be stable.
|
However, it should not be assumed to be stable.
|
||||||
Each new use case may require such an incomplete concepts to be improved.
|
Each new use case may require such an incomplete concept to be improved.
|
||||||
|
|
||||||
##### Enforcement
|
##### Enforcement
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user