Correct incomplete sentence "is shown in with" to "is shown in the figure below, with".
Signed-off-by: Stephen Hemminger <[email protected]> --- doc/guides/prog_guide/ring_lib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/ring_lib.rst b/doc/guides/prog_guide/ring_lib.rst index 98ef003aac..8e1dec288d 100644 --- a/doc/guides/prog_guide/ring_lib.rst +++ b/doc/guides/prog_guide/ring_lib.rst @@ -43,7 +43,7 @@ The disadvantages: * Having many rings costs more in terms of memory than a linked list queue. An empty ring contains at least N objects. -A simplified representation of a Ring is shown in with consumer and producer head and tail pointers to objects stored in the data structure. +A simplified representation of a Ring is shown in the figure below, with consumer and producer head and tail pointers to objects stored in the data structure. .. _figure_ring1: -- 2.51.0

