We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063463f commit cd5057aCopy full SHA for cd5057a
1 file changed
src/main/java/org/apache/commons/io/StandardLineSeparator.java
@@ -28,7 +28,7 @@
28
public enum StandardLineSeparator {
29
30
/**
31
- * Carriage return. This is the line ending used on Mac OS 9 and earlier.
+ * Carriage return. This is the line ending used on macOS 9 and earlier.
32
*/
33
CR("\r"),
34
@@ -38,7 +38,7 @@ public enum StandardLineSeparator {
38
CRLF("\r\n"),
39
40
41
- * Line feed. This is the line ending used on Linux and Mac OS X and later.
+ * Line feed. This is the line ending used on Linux and macOS X and later.
42
43
LF("\n");
44
0 commit comments