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.
5656Note: sadly append-mode is not atomic on NFS filesystems.
5757
5858One 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
6060by concatenating strings before passing them to ` write() ` , or using a buffered
6161writer (with a more than adequately sized buffer) and calling ` flush() ` when the
6262message is complete.
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ dispatch.
8383[ how-we-teach-this ] : #how-we-teach-this
8484
8585This 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,
8787especially the reference.
8888
8989However, 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