Skip to content

Commit e000ed3

Browse files
Huang-Liboheckj
authored andcommitted
Update reference.adoc
Refine `MyStruct`
1 parent 8517ddd commit e000ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ For example, if you have an object getting passed down that has a boolean proper
953953
[source, swift]
954954
----
955955
struct MyStruct {
956-
isValid: bool = true
956+
var isValid: Bool = true
957957
}
958958
//
959959
Just(MyStruct())

0 commit comments

Comments
 (0)