Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit a34d02d

Browse files
committed
fixed md syntax
1 parent 3c6a9a1 commit a34d02d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

draft-ietf-httpapi-deprecation-header.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,8 @@ The `Deprecation` HTTP response header field allows a server to communicate to a
7676

7777
The `Deprecation` response header field describes the deprecation of the resource identified with the response it occurred within (see {{Section 6.4.2 of HTTP}}). It conveys the deprecation date, which may be in the future (the resource context will be deprecated at that date) or in the past (the resource context has been deprecated at that date). `Deprecation` is an Item Structured Header {{!RFC8941}}. Refer to Section 3.3.7 of [STRUCTURED-FIELDS] for `sf-date`:
7878

79-
~~~
80-
Deprecation = sf-date
81-
~~~
79+
Deprecation = sf-date
80+
8281

8382

8483
The date is the date when the resource was or will be deprecated. It is in the form of an Structured Field Date as defined in Section 3.3.7 of [STRUCTURED-FIELDS].

0 commit comments

Comments
 (0)