From b981b0697d77c98da64317c657371e47e8114bfc Mon Sep 17 00:00:00 2001 From: James Jones Date: Wed, 2 Oct 2024 13:28:45 -0500 Subject: [PATCH] adoc typo --- doc/antora/modules/reference/pages/unlang/local.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/antora/modules/reference/pages/unlang/local.adoc b/doc/antora/modules/reference/pages/unlang/local.adoc index 80efd608f79e..cbe7f0dca3e6 100644 --- a/doc/antora/modules/reference/pages/unlang/local.adoc +++ b/doc/antora/modules/reference/pages/unlang/local.adoc @@ -16,7 +16,7 @@ section (i.e. scope), and cannot be sent in a packet over the network. } ---- -:: An `unlang` keywords which does not create create a subrequest. i.e. One of: +:: An `unlang` keywords which does not create a subrequest. i.e. One of: * xref:unlang/case.adoc[case] * xref:unlang/else.adoc[else] @@ -32,7 +32,7 @@ section (i.e. scope), and cannot be sent in a packet over the network. Local variables are forbidden in all other locations. -For the xref:unlang/redundant.adoc[redundant] and unlang/redundant-load-balance.adoc[redundant-load-balance] keyword, local variables are keep their value across the different subsections. This behavior can be used to track state inside of the xref:unlang/redundant.adoc[redundant] section. +For the xref:unlang/redundant.adoc[redundant] and xref:unlang/redundant-load-balance.adoc[redundant-load-balance] keyword, local variables are keep their value across the different subsections. This behavior can be used to track state inside of the xref:unlang/redundant.adoc[redundant] section. :: A "leaf" xref:type/all_types.adoc[data type]. Structural types such as `group`, `struct`, `tlv`, etc. are not allowed.