Fix comment

This commit is contained in:
A12893
2015-03-13 02:11:05 +09:00
parent b6667dea4c
commit f3682e195f
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import mongodb = require('mongodb');
var db: mongodb.Db;
// Using the memory backend
// Using the mongo db backend
var acl = new Acl(new Acl.mongodbBackend(db, 'acl_', true));
// guest is allowed to view blogs
+1 -1
View File
@@ -6,7 +6,7 @@ import redis = require('redis');
var client: redis.RedisClient;
// Using the memory backend
// Using the redis backend
var acl = new Acl(new Acl.redisBackend(client, 'acl_'));
// guest is allowed to view blogs