rectify 'a integer number' to 'an integer number'

Change-Id: I307baf793cd39786b3a8a921f5b02c945e1dbf46
This commit is contained in:
wangdequn 2018-06-14 10:22:30 +08:00
parent 9ca3160ff7
commit 026f706563
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ shortly thereafter remove the object from the system.
The X-Delete-At header takes a Unix Epoch timestamp, in integer form; for example:
1317070737 represents Mon Sep 26 20:58:57 2011 UTC.
The X-Delete-After header takes a integer number of seconds. The proxy server
The X-Delete-After header takes an integer number of seconds. The proxy server
that receives the request will convert this header into an X-Delete-At header
using its current time plus the value given.