From 459bfeb34ad0a458a9618a4c7bcb1710db80a909 Mon Sep 17 00:00:00 2001 From: s7v7nislands Date: Wed, 17 Dec 2014 09:47:37 +0800 Subject: [PATCH] fix type: opject -> object --- en/05.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/05.5.md b/en/05.5.md index 3ad7a0a7..87bdeca8 100644 --- a/en/05.5.md +++ b/en/05.5.md @@ -45,7 +45,7 @@ Then you need to open a database connection and create a beedb object (MySQL in } orm := beedb.New(db) -`beedb.New()` actually has two arguments. The first is the the database opject, and the second is for indicating which database engine you're using. If you're using MySQL/SQLite, you can just skip the second argument. +`beedb.New()` actually has two arguments. The first is the the database object, and the second is for indicating which database engine you're using. If you're using MySQL/SQLite, you can just skip the second argument. Otherwise, this argument must be supplied. For instance, in the case of SQLServer: