8033943: Typo in the documentation for the class Arrays
authorigerasim
Sat, 08 Feb 2014 00:22:33 +0400
changeset 22954 617b9c3a2c65
parent 22953 269b0b696c0c
child 22955 3a17c4db457b
8033943: Typo in the documentation for the class Arrays Reviewed-by: martin
jdk/src/share/classes/java/util/Arrays.java
--- a/jdk/src/share/classes/java/util/Arrays.java	Tue Feb 11 12:23:28 2014 +0100
+++ b/jdk/src/share/classes/java/util/Arrays.java	Sat Feb 08 00:22:33 2014 +0400
@@ -50,7 +50,7 @@
  * if the specified array reference is null, except where noted.
  *
  * <p>The documentation for the methods contained in this class includes
- * briefs description of the <i>implementations</i>. Such descriptions should
+ * brief descriptions of the <i>implementations</i>. Such descriptions should
  * be regarded as <i>implementation notes</i>, rather than parts of the
  * <i>specification</i>. Implementors should feel free to substitute other
  * algorithms, so long as the specification itself is adhered to. (For