Skip to content

Commit e815478

Browse files
committed
Updated comment [skip ci]
1 parent 6ad81fc commit e815478

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sql/vector.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ CREATE ACCESS METHOD hnsw TYPE INDEX HANDLER hnswhandler;
261261

262262
COMMENT ON ACCESS METHOD hnsw IS 'hnsw index access method';
263263

264-
-- private access method functions
264+
-- access method private functions
265265

266266
CREATE FUNCTION ivfflat_bit_support(internal) RETURNS internal
267267
AS 'MODULE_PATHNAME' LANGUAGE C IMMUTABLE STRICT PARALLEL SAFE;

0 commit comments

Comments
 (0)