Fix another typo

pull/3085/head
Kim Kulling 2020-04-21 16:09:11 +02:00 committed by GitHub
parent 843ca6e386
commit 232761be02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public:
SmallVector() :
mStorage(mInplaceStorage),
mSize(0),
mCapacity(Capasity) {
mCapacity(Capacity) {
// empty
}