Dynamoid / dynamoid

Ruby ORM for Amazon's DynamoDB.
MIT License
576 stars 197 forks source link

Fix typo in `lib/dynamoid/criteria/chain.rb` #716

Closed ndjndj closed 7 months ago

ndjndj commented 7 months ago

First of all, thank you to the contributors of this gem.

Found this typo when browsing rubydoc.

Sorry if this PR way may have mistake. thank you!

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (22ebf64) 90.32% compared to head (9792895) 90.32%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #716 +/- ## ======================================= Coverage 90.32% 90.32% ======================================= Files 62 62 Lines 3154 3154 ======================================= Hits 2849 2849 Misses 305 305 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

andrykonchin commented 7 months ago

Thank you!