Skip to content

Commit 489f133

Browse files
committed
fix name of function in docs
1 parent 1887f6c commit 489f133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/developer-guide/api/functions/TSHttpTxnNextHopNamedStrategyGet.en.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Synopsis
2828
2929
#include <ts/ts.h>
3030
31-
.. function:: void const* TSHttpNextHopStrategyNameGet(TSHttpTxn txnp, const char *name)
31+
.. function:: void const* TSHttpTxnNextHopNamedStrategyGet(TSHttpTxn txnp, const char *name)
3232

3333
Description
3434
===========

0 commit comments

Comments
 (0)