We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d33507 commit 7512021Copy full SHA for 7512021
docs/index.md
@@ -528,7 +528,7 @@ var _ = Describe("Books", func() {
528
BeforeEach(func() {
529
book, err = NewBookFromJSON(`{
530
"title":"Les Miserables",
531
- "author":"Victor Hugo",
+ "author":"Victor Hugo"
532
}`)
533
})
534
@@ -766,7 +766,7 @@ Describe("some JSON decoding edge cases", func() {
766
767
768
769
770
771
772
@@ -837,7 +837,7 @@ Describe("some JSON decoding edge cases", func() {
837
838
json = `{
839
840
841
}`
842
843
0 commit comments