Documentation for NewScanPaginator
davecordle opened this issue · 2 comments
davecordle commented
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
davecordle commented
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
jackwilsdon commented
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.