Skip to content

Commit

Permalink
Fixed error in comments
Browse files Browse the repository at this point in the history
Models are separated by a plus sign "+" not a forward slash "/" so this comment has been updated.
  • Loading branch information
Benjamin Williams committed Feb 27, 2014
1 parent 56b8527 commit 2f1a9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sunspot_rails/lib/sunspot/rails/tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# conventions, in that the file name matches the defined class name. \
# By default the indexing system works in batches of 50 records, you can \
# set your own value for this by using the batch_size argument. You can \
# also optionally define a list of models to separated by a forward slash '/'
# also optionally define a list of models separated by a plus sign '+'
#
# $ rake sunspot:reindex # reindex all models
# $ rake sunspot:reindex[1000] # reindex in batches of 1000
Expand Down

0 comments on commit 2f1a9d0

Please sign in to comment.