Skip to content

Commit 74f4d06

Browse files
[chore] fix typo (#273)
1 parent f9bee94 commit 74f4d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ deleted between these two operations. Therefore, we currently always return `tru
333333

334334
Our implementation of `FileSystemProvider.copy` will also copy the content of the directory via batched copy operations. This is a variance
335335
from some other implementations such as `UnixFileSystemProvider` where directory contents are not copied and the
336-
use of the {@code walkFileTree} is suggested to perform deep copies. In S3 this could result in an explosion
336+
use of the `walkFileTree` method is suggested to perform deep copies. In S3 this could result in an explosion
337337
of API calls which would be both expensive in time and possibly money. By performing batch copies we can greatly reduce
338338
the number of calls.
339339

0 commit comments

Comments
 (0)