Skip to content

Commit 28d35c5

Browse files
committed
fixup! Apply auto-apply to the Spec
1 parent a2002b5 commit 28d35c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_spec/05-classes-and-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ A member definition ´M´ _matches_ a member definition ´M'´, if ´M´ and ´M
186186

187187
1. Neither ´M´ nor ´M'´ is a method definition.
188188
2. ´M´ and ´M'´ define both monomorphic methods with equivalent argument types.
189-
3. ´M´ is defined in Java and defines a parameterless method and ´M'´ defines a method with an empty parameter list `()`, or ´M´ is defined in Java and defines a method with an empty parameter list `()` and ´M'´ defines a parameterless method.
189+
3. ´M´ is defined in Java and defines a method with an empty parameter list `()` and ´M'´ defines a parameterless method.
190190
4. ´M´ and ´M'´ define both polymorphic methods with equal number of argument types ´\overline T´, ´\overline T'´ and equal numbers of type parameters ´\overline t´, ´\overline t'´, say, and ´\overline T' = [\overline t'/\overline t]\overline T´.
191191

192192
<!--

0 commit comments

Comments
 (0)