Skip to content

Commit f460154

Browse files
losnironsi
authored andcommitted
docs: fix typo and broken anchor link to gstruct
1 parent a2862e4 commit f460154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ and an instance book `var book = Book{...}` - you can use `HaveField` to make as
13641364
Ω(books).Should(ContainElement(HaveField("Author.DOB.Month()", Equal(2))))
13651365
```
13661366

1367-
If you want to make lots of complex assertions against the fields of a struct take a look at the [`gstruct`package](#gstruct-testing-complex-data-types) package documented below.
1367+
If you want to make lots of complex assertions against the fields of a struct take a look at the [`gstruct`package](#codegstructcode-testing-complex-data-types) documented below.
13681368

13691369
#### HaveExistingField(field interface{})
13701370

0 commit comments

Comments
 (0)