Skip to content

Commit

Permalink
Merge pull request pat#6 from paulca/master
Browse files Browse the repository at this point in the history
A missing comma
  • Loading branch information
pat committed Aug 18, 2011
2 parents f379766 + 81d93d7 commit d2166d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/en/deltas.textile
Expand Up @@ -98,7 +98,7 @@ config.gem 'ts-datetime-delta',
For those of you using Rails 3, then your Gemfile is the place for this information: For those of you using Rails 3, then your Gemfile is the place for this information:


{% highlight ruby %} {% highlight ruby %}
gem 'ts-datetime-delta', '1.0.2' gem 'ts-datetime-delta', '1.0.2',
:require => 'thinking_sphinx/deltas/datetime_delta' :require => 'thinking_sphinx/deltas/datetime_delta'
{% endhighlight %} {% endhighlight %}


Expand Down

0 comments on commit d2166d4

Please sign in to comment.