We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 865975d + e9b2f23 commit f3df09eCopy full SHA for f3df09e
src/main/java/io/tus/java/client/TusExecutor.java
@@ -3,7 +3,7 @@
3
import java.io.IOException;
4
5
/**
6
- * TusExecutor is a wrapper class which you can built around your uploading mechanism and any
+ * TusExecutor is a wrapper class which you can build around your uploading mechanism and any
7
* exception thrown by it will be caught and may result in a retry. This way you can easily add
8
* retrying functionality to your application with defined delays between them.
9
*
0 commit comments