Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Minor documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
snusnu committed Jun 27, 2010
1 parent 40ff12e commit 9427a9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/dm-core/property/discriminator.rb
Expand Up @@ -44,5 +44,5 @@ def set_discriminator_scope_for(model)
RUBY
end
end # class Discriminator
end # module Types
end # module Property
end # module DataMapper
2 changes: 1 addition & 1 deletion lib/dm-core/property/serial.rb
Expand Up @@ -4,5 +4,5 @@ class Serial < Integer
serial true
min 1
end # class Text
end # module Types
end # module Property
end # module DataMapper

0 comments on commit 9427a9b

Please sign in to comment.