Skip to content

Commit ab74f2c

Browse files
authored
Update README.md
1 parent b24b467 commit ab74f2c

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
@@ -13,7 +13,7 @@ Promise pipelining is provided via java.util.concurrent.CompletableFuture. Unlik
1313
only when they are waited upon, a CompletableFuture can complete immediately. This may break E-ordering, as the C++ implementation
1414
relies on kj::evalLater() to defer method calls and this implementation may have subtle differences.
1515

16-
Most of the C++ RPC test cases have been ported to this implementation, which gives me some comfort that the implementation logic is
16+
Most of the C++ RPC test cases have been ported, which gives me some comfort that the implementation logic is
1717
correct, but more extensive testing is required.
1818

1919
This implementation does not support generic interfaces. Extending the schema compiler to output code for generic interfaces is an

0 commit comments

Comments
 (0)