Skip to content

Commit d34e3e4

Browse files
authored
docs(doc.go): fix error (#1404)
1 parent b3a5250 commit d34e3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
//
5353
// fmt.Println("Tables:")
5454
// for _, tableName := range resp.TableNames {
55-
// fmt.Println(aws.ToString(tableName))
55+
// fmt.Println(tableName)
5656
// }
5757
// }
5858
package sdk

0 commit comments

Comments
 (0)