File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1844,11 +1844,11 @@ let tys_of_constr_args = function
1844
1844
1845
1845
let report_error ppf = function
1846
1846
| Repeated_parameter ->
1847
- fprintf ppf " A type parameter occurs several times. If this is a component, check duplicated props"
1847
+ fprintf ppf " A type parameter occurs several times. If this is a component, check duplicated props. "
1848
1848
| Duplicate_constructor s ->
1849
1849
fprintf ppf " Two constructors are named %s" s
1850
1850
| Duplicate_label s ->
1851
- fprintf ppf " Two labels are named %s. If this is a component, check duplicated props" s
1851
+ fprintf ppf " Two labels are named %s. If this is a component, check duplicated props. " s
1852
1852
| Recursive_abbrev s ->
1853
1853
fprintf ppf " The type abbreviation %s is cyclic" s
1854
1854
| Cycle_in_def (s , ty ) ->
You can’t perform that action at this time.
0 commit comments