Remove extra space before "the" in API applicability note.
Signed-off-by: Stephen Hemminger <[email protected]>
---
doc/guides/prog_guide/rib_lib.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guides/prog_guide/rib_lib.rst
b/doc/guides/prog_guide/rib_lib.rst
index 40b7de3f1d..e95d85b2d1 100644
--- a/doc/guides/prog_guide/rib_lib.rst
+++ b/doc/guides/prog_guide/rib_lib.rst
@@ -24,7 +24,7 @@ Next hop IDs are represented by ``uint64_t`` values.
The API and implementation are very similar for IPv4 ``rte_rib`` API and
IPv6 ``rte_rib6``
API, therefore only the ``rte_rib`` API will be discussed here.
- Everything within this document except for the size of the prefixes is
applicable to the
+ Everything within this document except for the size of the prefixes is
applicable to the
``rte_rib6`` API.
Internally RIB is represented as a binary tree as shown in
:numref:`figure_rib_internals`:
--
2.51.0