Skip to content

Commit ac3af82

Browse files
authored
Add missing comma (#865)
1 parent eb91671 commit ac3af82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reflection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Add the following scenario to the `cases`.
194194
City string
195195
}{"Chris", "London"},
196196
[]string{"Chris", "London"},
197-
}
197+
},
198198
```
199199

200200
## Try to run the test

0 commit comments

Comments
 (0)