Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hariso committed Nov 7, 2024
1 parent 6e3e14d commit 749884c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/avro/traverse.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
)

type (
// path represents a path from the root to a certain type in an avro schema.
// path represents a path from the root to a certain field/type in an Avro schema.
path []leg
// leg is a single leg of a path.
leg struct {
Expand Down

0 comments on commit 749884c

Please sign in to comment.