Skip to content

Commit

Permalink
Small grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 authored and hsbt committed Sep 1, 2021
1 parent d3155e3 commit fe7aaa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/tempfile.rb
Expand Up @@ -36,9 +36,9 @@
#
# When a Tempfile object is garbage collected, or when the Ruby interpreter
# exits, its associated temporary file is automatically deleted. This means
# that's it's unnecessary to explicitly delete a Tempfile after use, though
# it's good practice to do so: not explicitly deleting unused Tempfiles can
# potentially leave behind large amounts of tempfiles on the filesystem
# that it's unnecessary to explicitly delete a Tempfile after use, though
# it's a good practice to do so: not explicitly deleting unused Tempfiles can
# potentially leave behind a large number of temp files on the filesystem
# until they're garbage collected. The existence of these temp files can make
# it harder to determine a new Tempfile filename.
#
Expand Down

0 comments on commit fe7aaa9

Please sign in to comment.