diff --git a/Sources/FirebladeECS/Family.swift b/Sources/FirebladeECS/Family.swift index ac818f4..8178894 100644 --- a/Sources/FirebladeECS/Family.swift +++ b/Sources/FirebladeECS/Family.swift @@ -42,7 +42,7 @@ public struct Family where R: FamilyRequirementsManaging { } /// Destroy all member entities of this family. - /// - Returns: True if entities where destroyed successfully, false otherwise. + /// - Returns: True if entities where destroyed, false otherwise. @discardableResult public func destroyMembers() -> Bool { entities.reduce(!isEmpty) { $0 && nexus.destroy(entity: $1) }