Skip to content

Commit 7804456

Browse files
authored
Update Disk.swift
1 parent acd7f74 commit 7804456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Disk/Disk.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ import o
1212
- `let data = try Disk.data(filename : "file.txt")`
1313
- `try Disk.out("Hello, world!", filename: "greeting.txt")`
1414
*/
15-
typealias Disk = o.file
15+
public typealias Disk = o.file

0 commit comments

Comments
 (0)