Skip to content

Commit 0e159c4

Browse files
authored
Update README.md
1 parent d72508c commit 0e159c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Please note, then in release 0.5.4 there is a new default method `dependent` in
142142
```java
143143
public Promise<DataStructure> loadData(String url) {
144144
return CompletableTask
145-
.supplyAsync( () -> loadXml(url) ))
145+
.supplyAsync( () -> loadXml(url) )
146146
.dependent()
147147
.thenApplyAsync( xml -> parseXml(xml), true );
148148
}

0 commit comments

Comments
 (0)