We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd7f74 commit 7804456Copy full SHA for 7804456
Sources/Disk/Disk.swift
@@ -12,4 +12,4 @@ import o
12
- `let data = try Disk.data(filename : "file.txt")`
13
- `try Disk.out("Hello, world!", filename: "greeting.txt")`
14
*/
15
-typealias Disk = o.file
+public typealias Disk = o.file
0 commit comments