File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/storage/src/providers/s3/utils/client/utils Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -153,9 +153,9 @@ export const createStringEnumDeserializer = <T extends readonly string[]>(
153
153
} ;
154
154
155
155
/**
156
- * Deserializes a string if a string tag type. The function simply cast the parsed string into a given string tag type.
157
- * It does NOT validate whether the string value against the string tag. This behavior is the same to AWS SDK parsing
158
- * logic of string tag types.
156
+ * Deserializes a string to a string tag type. The function simply casts the parsed string into a given string tag type.
157
+ * It does NOT validate the string value against the string tag. This behavior is the same to AWS SDK parsing logic of
158
+ * string tag types.
159
159
*
160
160
* If you need to verify the string value, you must use {@link createStringEnumDeserializer} instead.
161
161
*
You can’t perform that action at this time.
0 commit comments