From 7f928dc684d4c5f969153770f8c631de660e858c Mon Sep 17 00:00:00 2001 From: John Estropia Date: Thu, 19 Mar 2020 14:12:09 +0900 Subject: [PATCH] docs --- Sources/Field.Virtual.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Field.Virtual.swift b/Sources/Field.Virtual.swift index 1437144..2f64008 100644 --- a/Sources/Field.Virtual.swift +++ b/Sources/Field.Virtual.swift @@ -100,7 +100,7 @@ extension FieldContainer { /** Overload for compiler error message only */ - @available(*, unavailable, message: "Field.Computed properties are not allowed to have initial values, including `nil`.") + @available(*, unavailable, message: "Field.Virtual properties are not allowed to have initial values, including `nil`.") public init( wrappedValue initial: @autoclosure @escaping () -> V, _ keyPath: KeyPathString,