Skip to content

Commit cd5057a

Browse files
committed
Javadoc spelling
1 parent 063463f commit cd5057a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/io/StandardLineSeparator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
public enum StandardLineSeparator {
2929

3030
/**
31-
* Carriage return. This is the line ending used on Mac OS 9 and earlier.
31+
* Carriage return. This is the line ending used on macOS 9 and earlier.
3232
*/
3333
CR("\r"),
3434

@@ -38,7 +38,7 @@ public enum StandardLineSeparator {
3838
CRLF("\r\n"),
3939

4040
/**
41-
* Line feed. This is the line ending used on Linux and Mac OS X and later.
41+
* Line feed. This is the line ending used on Linux and macOS X and later.
4242
*/
4343
LF("\n");
4444

0 commit comments

Comments
 (0)