Skip to content

Commit b35e80f

Browse files
authored
Update CS dependencies (#1688)
1 parent fe0286b commit b35e80f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Changed
6+
7+
- AWS enhancement: Documentation updates.
8+
59
## 1.0.0
610

711
- Empty release

src/Input/TranslateTextRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ final class TranslateTextRequest extends Input
7070
private $targetLanguageCode;
7171

7272
/**
73-
* Settings to configure your translation output. You can configure the following options:.
73+
* Settings to configure your translation output. You can configure the following options:
7474
*
7575
* - Brevity: reduces the length of the translated output for most translations.
7676
* - Formality: sets the formality level of the output text.

src/ValueObject/TranslationSettings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use AsyncAws\Translate\Enum\Profanity;
99

1010
/**
11-
* Settings to configure your translation output. You can configure the following options:.
11+
* Settings to configure your translation output. You can configure the following options:
1212
*
1313
* - Brevity: reduces the length of the translation output for most translations. Available for `TranslateText` only.
1414
* - Formality: sets the formality level of the translation output.

0 commit comments

Comments
 (0)