Skip to content

Commit

Permalink
typo in java code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Alchemist authored and asereda-gs committed Mar 19, 2020
1 parent 207d631 commit abaa2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ Read full documentation at http://immutables.org
```java
// Define abstract value type using interface, abstract class or annotation
@Value.Immutable
public interface ValueObject extend WithValueObject {
public interface ValueObject extends WithValueObject {
// extend not-yet-generated WithValueObject to inherit `with*` method signatures
String getName();
List<Integer> getCounts();
Expand Down

0 comments on commit abaa2c6

Please sign in to comment.