Skip to content

Commit d4f607e

Browse files
committed
Merge pull request #102 from kerrizor/fix-typos
Typographical fixes
2 parents 521b242 + 5831e54 commit d4f607e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE renamed to LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010-2013 Voormedia B.V.
1+
Copyright (c) 2010-2014 Voormedia B.V.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal
@@ -16,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1616
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1717
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1818
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19-
THE SOFTWARE.
19+
THE SOFTWARE.

lib/rails_erd/domain/entity.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def abstract_from_models(domain, models)
3030
# The Active Record model that this entity corresponds to.
3131
attr_reader :model
3232

33-
# The name of this entity. Equal to the class name of the corersponding
33+
# The name of this entity. Equal to the class name of the corresponding
3434
# model (for concrete entities) or given name (for abstract entities).
3535
attr_reader :name
3636

lib/rails_erd/domain/specialization.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module RailsERD
22
class Domain
3-
# Describes the specialization of an entity. Specialized entites correspond
3+
# Describes the specialization of an entity. Specialized entities correspond
44
# to inheritance or polymorphism. In Rails, specialization is referred to
55
# as single table inheritance, while generalization is referred to as
66
# polymorphism or abstract classes.

0 commit comments

Comments
 (0)