mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
C.41: Add missing comma
This commit is contained in:
@@ -4542,7 +4542,7 @@ Compilers do not read comments.
|
||||
|
||||
##### 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user