Răsfoiți Sursa

typo [skip ci]

Aleksandr Kuzmenko 5 ani în urmă
părinte
comite
8329f2df8d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/typing/nullSafety.ml

+ 1 - 1
src/typing/nullSafety.ml

@@ -1321,7 +1321,7 @@ class expr_checker mode immediate_execution report =
 				self#error ("Cannot access \"" ^ accessed_field_name access ^ "\" of a nullable value.") [p; target.epos];
 				self#error ("Cannot access \"" ^ accessed_field_name access ^ "\" of a nullable value.") [p; target.epos];
 			self#check_expr target
 			self#check_expr target
 		(**
 		(**
-			Check constructor invocation: don't pass nulable values to not-nullable arguments
+			Check constructor invocation: don't pass nullable values to not-nullable arguments
 		*)
 		*)
 		method private check_new e_new =
 		method private check_new e_new =
 			match e_new.eexpr with
 			match e_new.eexpr with