File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ time. No guarantees are made about the order writes end up in the file though.
56
56
Note: sadly append-mode is not atomic on NFS filesystems.
57
57
58
58
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
60
60
by concatenating strings before passing them to ` write() ` , or using a buffered
61
61
writer (with a more than adequately sized buffer) and calling ` flush() ` when the
62
62
message is complete.
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ dispatch.
83
83
[ how-we-teach-this ] : #how-we-teach-this
84
84
85
85
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,
87
87
especially the reference.
88
88
89
89
However, this does not need to be ** highlighted** to users per se in the
You can’t perform that action at this time.
0 commit comments