From 53a9c669d471abeb38836b1d785a3d5a95cc79a1 Mon Sep 17 00:00:00 2001 From: yui-knk <spiketeika@gmail.com> Date: Tue, 24 Feb 2015 00:39:59 +0900 Subject: [ci skip] Fix `Object-Relational` to `Object Relational` --- guides/source/active_record_basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/active_record_basics.md b/guides/source/active_record_basics.md index a5196e481e..bd8cdf62f2 100644 --- a/guides/source/active_record_basics.md +++ b/guides/source/active_record_basics.md @@ -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 -- cgit v1.2.3