Skip to content

Commit 3942ddc

Browse files
committed
📝 doc
Signed-off-by: moznion <moznion@mail.moznion.net>
1 parent bc3c7a5 commit 3942ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const user: User = fromDynamodbRecord<User>({
161161
Then this plugin transforms the above TypeScript code like the following JavaScript code:
162162

163163
```js
164-
const record = (function (arg) {
164+
const user = (function (arg) {
165165
return {
166166
id: (function () {
167167
const numStr = arg.id.N;

0 commit comments

Comments
 (0)