diff --git a/Sources/FoundationExtensions/General/Indirect.swift b/Sources/FoundationExtensions/General/Indirect.swift index e674468..644c48a 100644 --- a/Sources/FoundationExtensions/General/Indirect.swift +++ b/Sources/FoundationExtensions/General/Indirect.swift @@ -1,6 +1,6 @@ import Foundation -/// CoW container, that allows you to wrap structs recoursively +/// CoW container, that allows you to wrap structs recursively /// /// Usage: /// ```