This is an automated email from the ASF dual-hosted git repository.
dmeden 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 f322428691 docs: Fix code section to use the right include lines.
(#11826)
f322428691 is described below
commit f322428691d6e126e578962379ae260bd373caf9
Author: Damian Meden <[email protected]>
AuthorDate: Wed Oct 23 09:50:39 2024 +0200
docs: Fix code section to use the right include lines. (#11826)
file TSHttpTxnIsInternal.en
---
doc/developer-guide/api/functions/TSHttpTxnIsInternal.en.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/developer-guide/api/functions/TSHttpTxnIsInternal.en.rst
b/doc/developer-guide/api/functions/TSHttpTxnIsInternal.en.rst
index 3714532480..b9ec66f63a 100644
--- a/doc/developer-guide/api/functions/TSHttpTxnIsInternal.en.rst
+++ b/doc/developer-guide/api/functions/TSHttpTxnIsInternal.en.rst
@@ -54,7 +54,7 @@ had generated while fetching portions of an ESI document:
.. literalinclude:: ../../../../plugins/esi/esi.cc
:language: c
- :lines: 1395-1398
+ :lines: 1339-1342
See also
========