fix: typo in example

This commit is contained in:
SoXX 2023-11-06 16:00:05 +01:00
parent 9173ee8279
commit b7ff6db1de

View File

@ -42,7 +42,7 @@ func main() {
// Call the GetPools function to retrieve a list of pools based on the query parameters. // Call the GetPools function to retrieve a list of pools based on the query parameters.
getPools := builder.NewGetPoolsBuilder(requestContext) getPools := builder.NewGetPoolsBuilder(requestContext)
pools, err := getPools.SetLimit(5).Active(true).SearchDescritpion("mass effect").Execute() pools, err := getPools.SetLimit(5).Active(true).SearchDescription("mass effect").Execute()
if err != nil { if err != nil {
log.Println(err) log.Println(err)