There was an error while loading. Please reload this page.
1 parent c91304c commit 3f07df2Copy full SHA for 3f07df2
1 file changed
lib/dynamoid/finders.rb
@@ -14,12 +14,12 @@ module ClassMethods
14
# specified +raise_error: false+ option then +find+ will not raise the
15
# exception.
16
#
17
- # When a document schema includes range key it always should be specified
+ # When a document schema includes range key it should always be specified
18
# in +find+ method call. In case it's missing +MissingRangeKey+ exception
19
# will be raised.
20
21
# Please note that +find+ doesn't preserve order of models in result when
22
- # passes multiple ids.
+ # given multiple ids.
23
24
# Supported following options:
25
# * +consistent_read+
0 commit comments