We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a618e08 commit b1d2bc3Copy full SHA for b1d2bc3
README.md
@@ -14,7 +14,7 @@ let format = try FortranFile.format(string: "1x,4i1,i5,12i3,f15.11,2f18.11,f14.1
14
```Swift
15
let result = try FortranFile.read(input: input, using: format)
16
```
17
-The result is an array of `FortranValue` corresponding to the values read from the input.
+The result is an array of `any FortranValue` corresponding to the values read from the input.
18
19
## Supported format specifiers.
20
0 commit comments