mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-01 10:11:20 +08:00
Updated comments [skip ci]
This commit is contained in:
@@ -42,7 +42,7 @@ CheckDims(Vector * a, Vector * b)
|
||||
}
|
||||
|
||||
/*
|
||||
* Ensure expected dimension
|
||||
* Ensure expected dimensions
|
||||
*/
|
||||
static inline void
|
||||
CheckExpectedDim(int32 typmod, int dim)
|
||||
@@ -54,7 +54,7 @@ CheckExpectedDim(int32 typmod, int dim)
|
||||
}
|
||||
|
||||
/*
|
||||
* Ensure valid dimension
|
||||
* Ensure valid dimensions
|
||||
*/
|
||||
static inline void
|
||||
CheckDim(int dim)
|
||||
|
||||
Reference in New Issue
Block a user