Skip to content

Commit 01cfa1b

Browse files
authored
Update result.go
1 parent 0aee44f commit 01cfa1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

table/result/result.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ type BaseResult interface {
9797
// For unknown types use interface types.
9898
// Supported scanning byte arrays of various length.
9999
// For complex yql types: Dict, List, Tuple and own specific scanning logic
100-
// implement ydb.Scanner with UnmarshalYDB method
100+
// implement ydb.table.types.Scanner with UnmarshalYDB method
101101
// See examples for more detailed information.
102102
// Output param - Scanner error
103103
Scan(values ...indexed.RequiredOrOptional) error

0 commit comments

Comments
 (0)