Skip to content

Commit fea248b

Browse files
committed
Fix unclosed DocC code block
1 parent 52ee2bb commit fea248b

File tree

1 file changed

+1
-0
lines changed
  • Sources/ComposableArchitecture/Documentation.docc/Articles/MigrationGuides

1 file changed

+1
-0
lines changed

Sources/ComposableArchitecture/Documentation.docc/Articles/MigrationGuides/MigratingTo1.11.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ case .delayedIncrementButtonTapped:
3535
@Shared(.count) var count
3636
count += 1
3737
}
38+
```
3839

3940
Now, `Shared` is `Sendable`, and is technically thread-safe in that it will not crash when writing
4041
to it from two different threads. However, allowing direct mutation does make the value susceptible

0 commit comments

Comments
 (0)