Skip to content

Commit

Permalink
Remove duplicate from retrieving_uploads#opening (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
sliminas authored Nov 1, 2022
1 parent 77712c1 commit f7d9971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/retrieving_uploads.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ end # underlying IO object is closed
```

`Shrine::UploadedFile#open` will return the result of a given block.
block. We can use that to safely retrieve the whole content of a file, without
We can use that to safely retrieve the whole content of a file, without
leaving any temporary files lying around.

```rb
Expand Down

0 comments on commit f7d9971

Please sign in to comment.