mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
C.41: Add missing comma
This commit is contained in:
@@ -4542,7 +4542,7 @@ Compilers do not read comments.
|
|||||||
|
|
||||||
##### Exception
|
##### Exception
|
||||||
|
|
||||||
If a valid object cannot conveniently be constructed by a constructor [use a factory function](#Rc-factory).
|
If a valid object cannot conveniently be constructed by a constructor, [use a factory function](#Rc-factory).
|
||||||
|
|
||||||
##### Note
|
##### Note
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user