Skip to content

Commit 3f07df2

Browse files
committed
Polish documenting comments for non-transactional finders
1 parent c91304c commit 3f07df2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/dynamoid/finders.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ module ClassMethods
1414
# specified +raise_error: false+ option then +find+ will not raise the
1515
# exception.
1616
#
17-
# When a document schema includes range key it always should be specified
17+
# When a document schema includes range key it should always be specified
1818
# in +find+ method call. In case it's missing +MissingRangeKey+ exception
1919
# will be raised.
2020
#
2121
# Please note that +find+ doesn't preserve order of models in result when
22-
# passes multiple ids.
22+
# given multiple ids.
2323
#
2424
# Supported following options:
2525
# * +consistent_read+

0 commit comments

Comments
 (0)