diff options
Diffstat (limited to 'src/couchdb/couch_db.hrl')
-rw-r--r-- | src/couchdb/couch_db.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couchdb/couch_db.hrl b/src/couchdb/couch_db.hrl index 5b8b74ef..bfa16a3d 100644 --- a/src/couchdb/couch_db.hrl +++ b/src/couchdb/couch_db.hrl @@ -169,7 +169,7 @@ }). -record(group, - {type=view, % can also be slow_view + {type=view, % can also be temp_view sig=nil, db=nil, fd=nil, |