Merge pull request #2984 from Rnbsov/patch-35

remove one extra break line
This commit is contained in:
Ilya Kantor 2022-05-03 23:44:44 +04:00 committed by GitHub
commit 7af623ea18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -282,7 +282,6 @@ Here's a small set of functions to work with cookies, more convenient than a man
There exist many cookie libraries for that, so these are for demo purposes. Fully working though. There exist many cookie libraries for that, so these are for demo purposes. Fully working though.
### getCookie(name) ### getCookie(name)
The shortest way to access a cookie is to use a [regular expression](info:regular-expressions). The shortest way to access a cookie is to use a [regular expression](info:regular-expressions).