diff --git a/Riot/Modules/Common/SwiftUI/Inject.swift b/Riot/Modules/Common/SwiftUI/Inject.swift index c5d75ab3c..ff9d69eab 100644 --- a/Riot/Modules/Common/SwiftUI/Inject.swift +++ b/Riot/Modules/Common/SwiftUI/Inject.swift @@ -40,7 +40,7 @@ import Foundation @available(*, unavailable, message: "This property wrapper can only be applied to classes") var wrappedValue: Value { - get { fatalError("wrappedValue get no used") } + get { fatalError("wrappedValue get not used") } set { fatalError("wrappedValue set not used. \(newValue)" ) } } }