Skip to content

Commit 084d729

Browse files
Update README.md
added public to the computed property
1 parent be05a14 commit 084d729

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
@@ -11,7 +11,7 @@ yields:
1111

1212
```
1313
class MyClass {
14-
var numbers: AsyncStream<Int> {
14+
public var numbers: AsyncStream<Int> {
1515
_numbers
1616
}
1717

0 commit comments

Comments
 (0)