--- a/src/java.net.http/share/classes/java/net/http/package-info.java Fri Apr 06 15:20:43 2018 +0100
+++ b/src/java.net.http/share/classes/java/net/http/package-info.java Fri Apr 06 15:55:07 2018 +0100
@@ -36,7 +36,7 @@
* <li>{@link java.net.http.WebSocket}</li>
* </ul>
*
- * <p> The HTTP protocol specific requirements are specified in the
+ * <p> The protocol-specific requirements are defined in the
* <a href="https://tools.ietf.org/html/rfc7540">Hypertext Transfer Protocol
* Version 2 (HTTP/2)</a>, the <a href="https://tools.ietf.org/html/rfc2616">
* Hypertext Transfer Protocol (HTTP/1.1)</a>, and
--- a/src/java.net.http/share/classes/module-info.java Fri Apr 06 15:20:43 2018 +0100
+++ b/src/java.net.http/share/classes/module-info.java Fri Apr 06 15:55:07 2018 +0100
@@ -24,7 +24,7 @@
*/
/**
- * Defines the HTTP Client and WebSocket API.
+ * Defines the HTTP Client and WebSocket APIs.
*
* @moduleGraph
* @since 11