Skip to content

Commit 088284c

Browse files
committed
Minor
1 parent 8cee117 commit 088284c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lustre/lustreTypeChecker.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ let error_message kind = match kind with
237237
LA.pp_print_lustre_type ty
238238
| RefinementBoundVariableUnderPre id ->
239239
"Refinement type bound variable '" ^ HString.string_of_hstring id
240-
^ "' cannot appear under 'pre' when the bound type descends from an array, map, or set type"
240+
^ "' cannot appear under 'pre' when the bound variable's type descends from an array, map, or set type"
241241

242242
type warning_kind =
243243
| UnusedBoundVariableWarning of HString.t

0 commit comments

Comments
 (0)