You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2019/05/23 18:14:10 UTC

[trafficserver] branch master updated: Doc: Fix typo in TSMimeHdrFieldCreate

This is an automated email from the ASF dual-hosted git repository.

amc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new f5265c4  Doc: Fix typo in TSMimeHdrFieldCreate
f5265c4 is described below

commit f5265c4bdfa56c996c3f6ce292fbf244808473d4
Author: Alan M. Carroll <am...@apache.org>
AuthorDate: Thu May 23 11:14:56 2019 -0500

    Doc: Fix typo in TSMimeHdrFieldCreate
---
 doc/developer-guide/api/functions/TSMimeHdrFieldCreate.en.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/developer-guide/api/functions/TSMimeHdrFieldCreate.en.rst b/doc/developer-guide/api/functions/TSMimeHdrFieldCreate.en.rst
index 8373a07..80cf635 100644
--- a/doc/developer-guide/api/functions/TSMimeHdrFieldCreate.en.rst
+++ b/doc/developer-guide/api/functions/TSMimeHdrFieldCreate.en.rst
@@ -41,7 +41,7 @@ in a header, usually via :func:`TSMimeHdrFieldNameSet`. It is almost always more
 :func:`TSMimeHdrFieldCreateNamed` which combines these two steps, creating the field and then
 setting the name to :arg:`name`.
 
-For both functions a reference to the new field is returned via arg:`out`.
+For both functions a reference to the new field is returned via :arg:`out`.
 
 The field created is not in a header even though it is in the same buffer. It can be added to a
 header with :func:`TSMimeHdrFieldAppend`. The field also has no value, only a name. If a value is