Skip to content

Commit b1d2bc3

Browse files
authored
Update README.md
1 parent a618e08 commit b1d2bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let format = try FortranFile.format(string: "1x,4i1,i5,12i3,f15.11,2f18.11,f14.1
1414
```Swift
1515
let result = try FortranFile.read(input: input, using: format)
1616
```
17-
The result is an array of `FortranValue` corresponding to the values read from the input.
17+
The result is an array of `any FortranValue` corresponding to the values read from the input.
1818

1919
## Supported format specifiers.
2020

0 commit comments

Comments
 (0)