Skip to content

Commit c918de5

Browse files
author
Jerry Cheung
committed
fix typo in Entity doc
1 parent c49864c commit c918de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/grape/entity.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Grape
99
#
1010
# module API
1111
# module Entities
12-
# class User < Grape::Endpoint
12+
# class User < Grape::Entity
1313
# expose :first_name, :last_name, :screen_name, :location
1414
# expose :latest_status, :using => API::Status, :as => :status, :unless => {:collection => true}
1515
# expose :email, :if => {:type => :full}

0 commit comments

Comments
 (0)