Skip to content

Commit a739f68

Browse files
DavinderxLeFnord
andauthored
fix typo (#363)
Co-authored-by: peter scholz <[email protected]>
1 parent 47eebba commit a739f68

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#### Fixes
88

99
* Your contribution here.
10+
* [#363](https://github.com/ruby-grape/grape-entity/pull/338): Fix typo - [@OuYangJinTing](https://github.com/OuYangJinTing).
1011

1112

1213
### 0.10.1 (2021-10-22)

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ git push origin my-feature-branch
7878

7979
#### Make a Pull Request
8080

81-
Go to https://github.com/contributor/grape-entity and select your feature branch. Click the 'Pull Request' button and fill out the form. Pull requests are usually reviewed within a few days.
81+
Go to https://github.com/ruby-grape/grape-entity and select your feature branch. Click the 'Pull Request' button and fill out the form. Pull requests are usually reviewed within a few days.
8282

8383
#### Rebase
8484

lib/grape_entity/options.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Options
99

1010
attr_reader :opts_hash
1111

12-
def_delegators :opts_hash, :dig, :key?, :fetch, :[], :empty
12+
def_delegators :opts_hash, :dig, :key?, :fetch, :[], :empty?
1313

1414
def initialize(opts_hash = {})
1515
@opts_hash = opts_hash

0 commit comments

Comments
 (0)