Explorar o código

avoid French string literal

Simon Krajewski %!s(int64=10) %!d(string=hai) anos
pai
achega
8f8b967326
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      optimizer.ml

+ 1 - 1
optimizer.ml

@@ -1619,7 +1619,7 @@ let optimize_completion_expr e =
 				| EFunction (_,f) ->
 					Ast.map_expr (subst_locals { r = PMap.foldi (fun n i acc -> if List.exists (fun (a,_,_,_) -> a = n) f.f_args then acc else PMap.add n i acc) locals.r PMap.empty }) e
 				| EObjectDecl [] ->
-					(* this probably comes from {| completion so we need some context} *)
+					(* this probably comes from { | completion so we need some context} *)
 					raise Exit
 				| _ ->
 					Ast.map_expr (subst_locals locals) e