From 03b6805fdd21aee820a82b9125033fea0d86d78f Mon Sep 17 00:00:00 2001 From: Amogh-Bharadwaj Date: Tue, 9 Jan 2024 01:57:49 +0530 Subject: [PATCH] minor change --- flow/hstore/hstore.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flow/hstore/hstore.go b/flow/hstore/hstore.go index fca712abec..3d71324399 100644 --- a/flow/hstore/hstore.go +++ b/flow/hstore/hstore.go @@ -2,7 +2,7 @@ This is in reference to PostgreSQL's hstore: https://github.com/postgres/postgres/blob/bea18b1c949145ba2ca79d4765dba3cc9494a480/contrib/hstore/hstore_io.c -This package is an implementation of the above code. +This package is an implementation based on the above code. */ package hstore_util