[v2] Fixed formatting issue in documentation

Message ID 20210723193936.6386-1-hnadeau@iol.unh.edu (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series [v2] Fixed formatting issue in documentation |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS

Commit Message

Henry Nadeau July 23, 2021, 7:39 p.m. UTC
  One of the titles needed a dash below as the title was extended.

Signed-off-by: Henry Nadeau <hnadeau@iol.unh.edu>
---
 doc/guides/prog_guide/toeplitz_hash_lib.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/doc/guides/prog_guide/toeplitz_hash_lib.rst b/doc/guides/prog_guide/toeplitz_hash_lib.rst
index 161135c3c9..f916857efc 100644
--- a/doc/guides/prog_guide/toeplitz_hash_lib.rst
+++ b/doc/guides/prog_guide/toeplitz_hash_lib.rst
@@ -179,7 +179,7 @@  It expects:
 
 
 Use case example
----------------
+----------------
 
 There could be a number of different use cases, such as NAT, TCP stack, MPLS
 tag allocation, etc. In the following we will consider a SNAT application.