remove one extra break line

This commit is contained in:
Lavrentiy Rubtsov 2022-05-04 00:39:19 +06:00 committed by GitHub
parent 8eed0d781f
commit bf83b15e1d
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).