diff options
Diffstat (limited to 'src/boot')
| -rw-r--r-- | src/boot/me/semant.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/me/semant.ml b/src/boot/me/semant.ml index cb11991f..cc1c3321 100644 --- a/src/boot/me/semant.ml +++ b/src/boot/me/semant.ml @@ -1099,7 +1099,7 @@ let project_type | (_,_) -> bug () "unhandled form of lval-ext in Semant." - "project_slot: %a indexed by %a" + "project_ty: %a indexed by %a" Ast.sprintf_ty base_ty Ast.sprintf_lval_component comp ;; |