OSDN Git Service

Correct documentation for bigm_similarity to indicate case-sensitivity.
[pgbigm/pg_bigm.git] / html / pg_bigm_en-1-1.html
index ddbc5a7..036629c 100644 (file)
@@ -376,7 +376,7 @@ This is basically the same behavior as pg_trgm's similarity function.
 </pre>
 
 <p>
-Note that bigm_similarity is NOT case-sensitive, but pg_trgm's similarity function is case-sensitive.
+Note that bigm_similarity IS case-sensitive, but pg_trgm's similarity function is not.
 For example, the similarity of the strings "ABC" and "abc" is 1 in pg_trgm's similarity function but 0 in bigm_similarity.
 </p>