Skip to content

Commit dfd163d

Browse files
authored
Merge pull request #54 from seandenigris/doc_ma-method-comment
[Doc]: Class rename in MA 2-stage importer method comment
2 parents 9c3c08d + bcc7103 commit dfd163d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository/Neo-CSV-Magritte/MACSVTwoStageImporter.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ MACSVTwoStageImporter >> initializeDomainObject: anObject fromRecord: aDictionar
110110
"Send me only if you want to customize the domain object's Magritte description. Otherwise send one of the similar messages omitting the #descriptionDo: argument because my usage may seem a bit verbose due to creation of MADescriptions by hand, but I provide advantages - like gracefully handling nils. My arguments are as follows:
111111
anObject - domain object to be initialized
112112
aDictionary - keys are CSV column names
113-
mapBlock - use to modify existing descriptions; argument will be an MACSVMappingPragmaBuilder to configure
113+
mapBlock - use to modify existing descriptions; argument will be an MACSVMappedPragmaBuilder to configure
114114
descriptionBlock - argument is the container description for anObject, for further configuration e.g. adding an element description"
115115

116116
| contDesc builder |

0 commit comments

Comments
 (0)