We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865975d commit e9b2f23Copy full SHA for e9b2f23
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