Skip to content

Commit

Permalink
Fix pod
Browse files Browse the repository at this point in the history
  • Loading branch information
phochste committed Jun 2, 2016
1 parent 8e54736 commit 5e74c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/marc_map.pm
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Catmandu::Fix::marc_map - copy marc values of one field to a new field
marc_map('600x','my.subjects.$append.genre.text')
# Copy the 008 characters 35-35 into the my.language hash
marc_map('008_/35-35','my.language')
marc_map('008/35-35','my.language')
# Copy all the 600 fields into a my.stringy hash joining them by '; '
marc_map('600','my.stringy', join:'; ')
Expand Down

0 comments on commit 5e74c62

Please sign in to comment.