diff options
author | tlahn <tlahn@users.noreply.github.com> | 2021-09-24 12:43:21 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-09-24 12:47:03 +0200 |
commit | 01f63ed62ab54f652c5bbf5933f7b16460e28262 (patch) | |
tree | 380c1083f5384efbc53722d4ffeceb7394635297 /docs/HTTP-COOKIES.md | |
parent | 739de69ee6d065651bf318a6b90c44a67b76efe1 (diff) | |
download | curl-01f63ed62ab54f652c5bbf5933f7b16460e28262.tar.gz |
HTTP-COOKIES.md: remove duplicate 'each'
Closes #7772
Diffstat (limited to 'docs/HTTP-COOKIES.md')
-rw-r--r-- | docs/HTTP-COOKIES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HTTP-COOKIES.md b/docs/HTTP-COOKIES.md index 9d1e099d1..2ef1a60a0 100644 --- a/docs/HTTP-COOKIES.md +++ b/docs/HTTP-COOKIES.md @@ -48,7 +48,7 @@ The cookie file format is text based and stores one cookie per line. Lines that start with `#` are treated as comments. - Each line that each specifies a single cookie consists of seven text fields + Each line that specifies a single cookie consists of seven text fields separated with TAB characters. A valid line must end with a newline character. |