C.41: Add missing comma

This commit is contained in:
Severin Meyer 2016-11-17 14:49:54 +01:00
parent efb284388f
commit 7070ffa839

View File

@ -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