Skip to content

Commit 7c796bf

Browse files
committed
update example to use enum
1 parent c9f479e commit 7c796bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Proposals/0023-progress-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ You can declare a custom additional property that has a `String?` `Value` type a
375375
extension ProgressManager.Properties {
376376
var filename: Filename.Type { Filename.self }
377377

378-
struct Filename: Sendable, ProgressManager.Property {
378+
enum Filename: Sendable, ProgressManager.Property {
379379

380380
typealias Value = String?
381381

0 commit comments

Comments
 (0)