AllocZero / EfficientDynamoDb

High-performance C# DynamoDb library
https://alloczero.github.io/EfficientDynamoDb/
MIT License
204 stars 19 forks source link

Documentation question #233

Closed bill-poole closed 6 months ago

bill-poole commented 6 months ago

The writing data page in the documentation has an example invoking ToEntityAsync() here and here, whereas I suspect it should actually be ToItemAsync(), given that there is no such method ToEntityAsync().

firenero commented 6 months ago

You're right @bill-poole, thanks for reporting it. I fixed it in #234 alongside another bug in docs I'd noticed.