From 749884c642ac941d587227a78bc6f8e0bf9258d1 Mon Sep 17 00:00:00 2001 From: Haris Osmanagic Date: Thu, 7 Nov 2024 20:30:19 +0100 Subject: [PATCH] comment --- schema/avro/traverse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/avro/traverse.go b/schema/avro/traverse.go index f385d3f..6798624 100644 --- a/schema/avro/traverse.go +++ b/schema/avro/traverse.go @@ -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 {