Fix Artur's comments
This commit is contained in:
parent
cdc9668b1a
commit
b2016fa157
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// Copyright (c) 2017 Touch Instinct
|
||||
// Copyright (c) 2019 Touch Instinct
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
// of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
@ -29,7 +29,7 @@ protocol Initializable {
|
|||
|
||||
extension Initializable {
|
||||
|
||||
static func instanceArray(count: Int) -> [Self] {
|
||||
static func instantiateArray(count: Int) -> [Self] {
|
||||
var array: [Self] = []
|
||||
(0..<count).forEach { _ in
|
||||
array.append(Self())
|
||||
|
|
|
|||
Loading…
Reference in New Issue