We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c132506 commit 6051dafCopy full SHA for 6051daf
1 file changed
119-Structs/struct-4.gop
@@ -12,7 +12,7 @@ bob := person{
12
name: "Beth",
13
}
14
bob.name = "Bob"
15
-println(beth.name)
+println(bob.name)
16
17
// Just like we use brackets for both reading and writing to a map, we use dotted
18
// notation for reading and writing struct fields.
0 commit comments