mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
typo: identfied -> identified
This commit is contained in:
parent
b01f499285
commit
95e8e527fb
|
@ -1104,7 +1104,7 @@ We don't need to mention it for each member function.
|
|||
|
||||
**Note**: `Expects()` can also be used to check a condition in the middle of an algorithm.
|
||||
|
||||
**Enforcement**: (Not enforceable) Finding the variety of ways preconditions can be asserted is not feasible. Warning about those that can be easily identfied (assert()) has questionable value in the absence of a language facility.
|
||||
**Enforcement**: (Not enforceable) Finding the variety of ways preconditions can be asserted is not feasible. Warning about those that can be easily identified (assert()) has questionable value in the absence of a language facility.
|
||||
|
||||
|
||||
<a name="Ri-post"></a>
|
||||
|
|
Loading…
Reference in New Issue
Block a user