diff options
Diffstat (limited to 'lib/bulk_imports/pipeline.rb')
-rw-r--r-- | lib/bulk_imports/pipeline.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bulk_imports/pipeline.rb b/lib/bulk_imports/pipeline.rb index f27818dae18..6798936576b 100644 --- a/lib/bulk_imports/pipeline.rb +++ b/lib/bulk_imports/pipeline.rb @@ -69,8 +69,8 @@ module BulkImports # Multiple transformers can be defined within a single # pipeline and run sequentially for each record in the # following order: - # - Transformers defined using `transformer` class method # - Instance method `transform` + # - Transformers defined using `transformer` class method # # Instance method `transform` is always the last to run. # |