Skip to content

Commit

Permalink
Correct Java module override reference in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmy authored Apr 14, 2023
1 parent 0997015 commit a206a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Functions.tla
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ AntiFunction(f) == Inverse(f, DOMAIN f, Range(f))
(* A function is injective iff it maps each element in its domain to a *)
(* distinct element. *)
(* *)
(* This definition is overridden by TLC in the Java class SequencesExt. *)
(* This definition is overridden by TLC in the Java class Functions.java *)
(* The operator is overridden by the Java method with the same name. *)
(***************************************************************************)
IsInjective(f) == \A a,b \in DOMAIN f : f[a] = f[b] => a = b
Expand Down

0 comments on commit a206a33

Please sign in to comment.