Skip to content

Commit 283b77e

Browse files
committed
docs: sync block docs for TextEncoderBlock
1 parent ac5aa0a commit 283b77e

File tree

1 file changed

+1
-1
lines changed
  • docs/integrations/block-integrations

1 file changed

+1
-1
lines changed

docs/integrations/block-integrations/text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ The block relies on the input schema to ensure the value is a string; non-string
402402

403403
| Output | Description | Type |
404404
|--------|-------------|------|
405-
| error | Error message if the operation failed | str |
405+
| error | Error message if encoding fails | str |
406406
| encoded_text | The encoded text with special characters converted to escape sequences | str |
407407

408408
### Possible use case

0 commit comments

Comments
 (0)