Skip to content

Commit 07ddc77

Browse files
committed
remove repetitive words
Signed-off-by: pengqiseven <[email protected]>
1 parent 9a7767a commit 07ddc77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

text/1252-open-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ time. No guarantees are made about the order writes end up in the file though.
5656
Note: sadly append-mode is not atomic on NFS filesystems.
5757

5858
One maybe obvious note when using append-mode: make sure that all data that
59-
belongs together, is written the file in one operation. This can be done
59+
belongs together, is written to the file in one operation. This can be done
6060
by concatenating strings before passing them to `write()`, or using a buffered
6161
writer (with a more than adequately sized buffer) and calling `flush()` when the
6262
message is complete.

text/2027-object_safe_for_dispatch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ dispatch.
8383
[how-we-teach-this]: #how-we-teach-this
8484

8585
This is just a slight tweak to how object safety is implemented. We will need
86-
to make sure the official documentation is accurate to the rules,
86+
to make sure that the official documentation is accurate to the rules,
8787
especially the reference.
8888

8989
However, this does not need to be **highlighted** to users per se in the

0 commit comments

Comments
 (0)