Fixed new-4.0.0 indirect enum ExplorerValue

This commit is contained in:
Alexis Bridoux 2021-08-01 12:10:32 +02:00
parent f71e210c04
commit adf56d2d4e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Serializable PathExplorers like Plist, JSON and YAML or others like XML can use
The new ``ExplorerValue`` is the following enum. The new ``ExplorerValue`` is the following enum.
```swift ```swift
public indirect enum ExplorerValue { public enum ExplorerValue {
case int(Int) case int(Int)
case double(Double) case double(Double)
case string(String) case string(String)