golang/gddo

Documentation for NewScanPaginator

davecordle opened this issue · 2 comments

In the description and the example it uses the name NewScanRequestPaginator. Should be NewScanPaginator.

https://godoc.org/github.com/aws/aws-sdk-go-v2/service/dynamodb#NewScanPaginator

Same issue with NewSearchProductsAsAdminPaginator.

The example has the name as NewSearchProductsAsAdminRequestPaginator. Looks like someone was doing a copy and paste and left "Request" in the name.

https://godoc.org/github.com/aws/aws-sdk-go-v2/service/servicecatalog#SearchProductsAsAdminOutput

This isn't the repository to fix those typos - this repository is the documentation site itself.

See github.com/aws/aws-sdk-go-v2 for the actual code you are interested in.