Skip to content

Commit bdccf49

Browse files
authored
added minor clarification. (#1672)
* added minor clarification. * Update CppCoreGuidelines.md Updated comment. * Update CppCoreGuidelines.md
1 parent 739dc98 commit bdccf49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CppCoreGuidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,7 @@ In the following example, it is not clear from the interface what `time_to_blink
14931493

14941494
##### Example, good
14951495

1496-
`std::chrono::duration` types (C++11) helps making the unit of time duration explicit.
1496+
`std::chrono::duration` types helps making the unit of time duration explicit.
14971497

14981498
void blink_led(milliseconds time_to_blink) // good -- the unit is explicit
14991499
{

0 commit comments

Comments
 (0)