comment_patch.diff
text/x-diff
Patch
Format: unified
| File | + | − |
|---|---|---|
| src/backend/utils/adt/tsquery.c | 1 | 1 |
diff --git a/src/backend/utils/adt/tsquery.c b/src/backend/utils/adt/tsquery.c index ee047bd..260d780 100644 --- a/src/backend/utils/adt/tsquery.c +++ b/src/backend/utils/adt/tsquery.c @@ -113,7 +113,7 @@ get_modifiers(char *buf, int16 *weight, bool *prefix) * Parse phrase operator. The operator * may take the following forms: * - * a <X> b (distance is no greater than X) + * a <X> b (distance is equal to X) * a <-> b (default distance = 1) * * The buffer should begin with '<' char