Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Change documentation comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Braiden Vasco committed Oct 30, 2015
1 parent 8f61ee0 commit b2b3fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/typeclass/instance.rb
Expand Up @@ -3,7 +3,7 @@

class Typeclass < Module
##
# Type class instance
# Type class instance.
#
class Instance
attr_reader :params, :hidden_module
Expand Down
2 changes: 1 addition & 1 deletion lib/typeclass/instance/params.rb
@@ -1,7 +1,7 @@
class Typeclass < Module
class Instance
##
# Named type parameters for type class instance
# Named type parameters for type class instance.
#
class Params
def initialize(raw_params)
Expand Down

0 comments on commit b2b3fc1

Please sign in to comment.