We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc146b3 commit c4e51edCopy full SHA for c4e51ed
1 file changed
deepl-java/src/main/java/com/deepl/api/TextTranslationOptions.java
@@ -66,8 +66,8 @@ public TextTranslationOptions setGlossary(String glossaryId) {
66
67
/**
68
* Specifies additional context to influence translations, that is not translated itself.
69
- * Characters in the `context` parameter are not counted toward billing.
70
- * See the API documentation for more information and example usage.
+ * Characters in the `context` parameter are not counted toward billing. See the API documentation
+ * for more information and example usage.
71
*/
72
public TextTranslationOptions setContext(String context) {
73
this.context = context;
0 commit comments