Skip to content

Commit

Permalink
Documentation correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Dolski committed Jan 18, 2024
1 parent 1817875 commit 7e01fe9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/util/csv_importer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
# * `handle` The item's handle. This is for informational
# purposes only--it cannot be updated by
# changing the value.
# * `collection_handle` The handle of the item's owning {Collection}.
# Changing the value to the handle of some other
# collection will cause the item to be moved
# into it.
# * `collection_handles` The handles of the item's owning
# {Collection}s. Items can be moved into or out
# of other non-primary collections by changing
# this value.
# * `files` Names of all files attached to an item. For
# uploads, this may be a path relative to a
# package root in which the CSV resides.
Expand Down

0 comments on commit 7e01fe9

Please sign in to comment.