Skip to content

Commit d927e20

Browse files
authored
Fix typo in list of conventions in docs/design/README.md (#3815)
1 parent 8dd5d12 commit d927e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/design/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ None
6262
[java.util.Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html).
6363
* [Completable Future Usage](UseOfCompletableFuture.md) - Conventions
6464
governing the use of
65-
* [java.util.concurrent.CompletableFuture](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html).
65+
[java.util.concurrent.CompletableFuture](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html).
6666
* [APIReference](APIReference.md) - Conventions used for API references
6767

6868
**Rejected**

0 commit comments

Comments
 (0)