Skip to content

Commit 53f0804

Browse files
JonoPresttsnobip
andauthored
Apply suggestion from @tsnobip
Co-authored-by: Paul Tsnobiladzé <paul.tsnobiladze@gmail.com>
1 parent 9c03754 commit 53f0804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compiler/ml/typecore.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2522,7 +2522,7 @@ and type_expect_ ?deprecated_context ~context ?in_function ?(recarg = Rejected)
25222522
if is_tagged_template then (
25232523
(* Backtick tagged-template syntax: the tag must be a value of the
25242524
builtin [taggedTemplate<'param, 'output>] type. The parser desugars
2525-
[tag`a ${x} b`] into [tag([|"a"; " b"|], [|x|])], so the two
2525+
[tag`a ${x} b`] into [tag([|"a "; " b"|], [|x|])], so the two
25262526
arguments are the string parts and the interpolated values. *)
25272527
let param_ty = newvar () in
25282528
let output_ty = newvar () in

0 commit comments

Comments
 (0)