Skip to content

Commit c6bd806

Browse files
committed
Fix small documentation copy-paste misstake :)
1 parent 8f35064 commit c6bd806

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/twingly/livefeed/post.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module LiveFeed
1212
# @attr_reader [String] text the blog post text
1313
# @attr_reader [String] language_code ISO two letter language code for the
1414
# language that the post was written in
15-
# @attr_reader [String] location_code ISO two letter language code for the
15+
# @attr_reader [String] location_code ISO two letter country code for the
1616
# location of the blog
1717
# @attr_reader [Hash] coordinates a hash containing :latitude and :longitude
1818
# from the post RSS

lib/twingly/search/post.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module Search
1111
# @attr_reader [String] text the blog post text
1212
# @attr_reader [String] language_code ISO two letter language code for the
1313
# language that the post was written in
14-
# @attr_reader [String] location_code ISO two letter language code for the
14+
# @attr_reader [String] location_code ISO two letter country code for the
1515
# location of the blog
1616
# @attr_reader [Hash] coordinates a hash containing :latitude and :longitude
1717
# from the post RSS

0 commit comments

Comments
 (0)