We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43258db + f3df09e commit 11c5a14Copy full SHA for 11c5a14
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