mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
typo
This commit is contained in:
parent
43b6582c3c
commit
cd2d06fa73
@ -134,7 +134,7 @@ namespace mongo {
|
||||
size = *((int*)objdata);
|
||||
}
|
||||
|
||||
assert( size > 4 & size < 100000000 );
|
||||
assert( size > 4 && size < 100000000 );
|
||||
|
||||
_b.appendNum((char) Object);
|
||||
_b.appendStr(fieldName);
|
||||
|
Loading…
Reference in New Issue
Block a user