mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
all: fix typos (#19634)
This commit is contained in:
parent
407adaa3c1
commit
9051ac8921
108 changed files with 235 additions and 214 deletions
|
@ -148,7 +148,7 @@ pub fn (c &Cookie) str() string {
|
|||
b.write_string('; expires=')
|
||||
b.write_string(time_str)
|
||||
}
|
||||
// TODO: Fix this. Techically a max age of 0 or less should be 0
|
||||
// TODO: Fix this. Technically a max age of 0 or less should be 0
|
||||
// We need a way to not have a max age.
|
||||
if c.max_age > 0 {
|
||||
b.write_string('; Max-Age=')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue