Skip to content

Commit 675d3c0

Browse files
authored
Fix typo in comments in lib/grape_entity/entity.rb (#350)
1 parent 5238a3d commit 675d3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/grape_entity/entity.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def self.inherited(subclass)
153153
#
154154
# @example as: a proc or lambda
155155
#
156-
# object = OpenStruct(awesomness: 'awesome_key', awesome: 'not-my-key', other: 'other-key' )
156+
# object = OpenStruct(awesomeness: 'awesome_key', awesome: 'not-my-key', other: 'other-key' )
157157
#
158158
# class MyEntity < Grape::Entity
159159
# expose :awesome, as: proc { object.awesomeness }

0 commit comments

Comments
 (0)