doc: remove useless wording (#3640)

This commit is contained in:
Will Faught
2023-07-13 05:34:02 -07:00
committed by GitHub
parent c46cf6317b
commit da2ff50ff8

View File

@@ -484,7 +484,7 @@ n, err := client.Pet.
Count(ctx)
```
Select partial objects and partial associations.gs
Select partial objects and partial associations.
Get all pets and their owners, but select and fill only the `ID` and `Name` fields.
```go