Skip to content

Commit 4a48548

Browse files
committed
Fix typo
1 parent 539bc9b commit 4a48548

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PROCESSORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ In the list below, the names of required properties appear in bold. Any other pr
479479

480480
### Description
481481

482-
Converts records from one data format to another using configured Record Reader and Record Write Controller Services.
482+
Converts records from one data format to another using configured Record Reader and Record Writer Controller Services.
483483

484484
### Properties
485485

extensions/standard-processors/processors/ConvertRecord.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class ConvertRecord : public core::AbstractProcessor<ConvertRecord> {
3434
public:
3535
using core::AbstractProcessor<ConvertRecord>::AbstractProcessor;
3636

37-
EXTENSIONAPI static constexpr const char* Description = "Converts records from one data format to another using configured Record Reader and Record Write Controller Services.";
37+
EXTENSIONAPI static constexpr const char* Description = "Converts records from one data format to another using configured Record Reader and Record Writer Controller Services.";
3838

3939
EXTENSIONAPI static constexpr auto RecordReader = core::PropertyDefinitionBuilder<>::createProperty("Record Reader")
4040
.withDescription("Specifies the Controller Service to use for reading incoming data")

0 commit comments

Comments
 (0)