[ci skip] Fix Object-Relational to Object Relational

This commit is contained in:
yui-knk 2015-02-24 00:39:59 +09:00
parent 069c03b2d1
commit 53a9c669d4

@ -38,7 +38,7 @@ object on how to write to and read from the database.
### Object Relational Mapping
Object-Relational Mapping, commonly referred to as its abbreviation ORM, is
Object Relational Mapping, commonly referred to as its abbreviation ORM, is
a technique that connects the rich objects of an application to tables in
a relational database management system. Using ORM, the properties and
relationships of the objects in an application can be easily stored and