@@ -649,7 +649,7 @@ impl File {
649
649
/// this [may change in the future][changes].
650
650
///
651
651
/// On Windows, locking a file will fail if the file is opened only for append. To lock a file,
652
- /// open it with either `.read(true). append(true)` or `.write(true)`.
652
+ /// open it with one of `.read(true)`, `.read(true). append(true)`, or `.write(true)`.
653
653
///
654
654
/// [changes]: io#platform-specific-behavior
655
655
///
@@ -702,7 +702,7 @@ impl File {
702
702
/// [may change in the future][changes].
703
703
///
704
704
/// On Windows, locking a file will fail if the file is opened only for append. To lock a file,
705
- /// open it with either `.read(true). append(true)` or `.write(true)`.
705
+ /// open it with one of `.read(true)`, `.read(true). append(true)`, or `.write(true)`.
706
706
///
707
707
/// [changes]: io#platform-specific-behavior
708
708
///
@@ -760,7 +760,7 @@ impl File {
760
760
/// [may change in the future][changes].
761
761
///
762
762
/// On Windows, locking a file will fail if the file is opened only for append. To lock a file,
763
- /// open it with either `.read(true). append(true)` or `.write(true)`.
763
+ /// open it with one of `.read(true)`, `.read(true). append(true)`, or `.write(true)`.
764
764
///
765
765
/// [changes]: io#platform-specific-behavior
766
766
///
@@ -817,7 +817,7 @@ impl File {
817
817
/// [may change in the future][changes].
818
818
///
819
819
/// On Windows, locking a file will fail if the file is opened only for append. To lock a file,
820
- /// open it with either `.read(true). append(true)` or `.write(true)`.
820
+ /// open it with one of `.read(true)`, `.read(true). append(true)`, or `.write(true)`.
821
821
///
822
822
/// [changes]: io#platform-specific-behavior
823
823
///
@@ -862,7 +862,7 @@ impl File {
862
862
/// [may change in the future][changes].
863
863
///
864
864
/// On Windows, locking a file will fail if the file is opened only for append. To lock a file,
865
- /// open it with either `.read(true). append(true)` or `.write(true)`.
865
+ /// open it with one of `.read(true)`, `.read(true). append(true)`, or `.write(true)`.
866
866
///
867
867
/// [changes]: io#platform-specific-behavior
868
868
///
0 commit comments