File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ module ErrorMessages = struct
6161 matching currently guarantees to never create new intermediate data."
6262
6363 let record_pattern_spread =
64- " Record's `...` spread is not supported in pattern matches.\n \
64+ " Record spread ( `...`) is not supported in pattern matches.\n \
6565 Explanation: you can't collect a subset of a record's field into its own \
6666 record, since a record needs an explicit declaration and that subset \
6767 wouldn't have one.\n \
@@ -70,7 +70,7 @@ module ErrorMessages = struct
7070 [@@ live]
7171
7272 let array_pattern_spread =
73- " Array's `...` spread is not supported in pattern matches.\n \
73+ " Array spread ( `...`) is not supported in pattern matches.\n \
7474 Explanation: such spread would create a subarray; out of performance \
7575 concern, our pattern matching currently guarantees to never create new \
7676 intermediate data.\n \
You can’t perform that action at this time.
0 commit comments