Skip to content

Commit 93445e3

Browse files
authored
Update README.md
1 parent dcc0f60 commit 93445e3

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
@@ -70,7 +70,7 @@ protocol AnyViewBoxProtocol {
7070
}
7171

7272
struct AnyViewBox<Content> {
73-
var body: Content
73+
var content: Content
7474
}
7575

7676
extension AnyViewBox: AnyViewBoxProtocol where Content: View {

0 commit comments

Comments
 (0)