Skip to content

Commit

Permalink
Fix Mapper.attribute's type param documentation (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
TastyPi authored May 17, 2024
1 parent e7beaa5 commit 8ec3be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shale/mapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def model(klass = nil)
# Define attribute on class
#
# @param [Symbol] name Name of the attribute
# @param [Shale::Type::Value] type Type of the attribute
# @param [Class<Shale::Type::Value>] type Type of the attribute
# @param [Boolean] collection Is the attribute a collection
# @param [Proc] default Default value for the attribute
#
Expand Down

0 comments on commit 8ec3be6

Please sign in to comment.