Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adoc typo #5445

Merged
merged 1 commit into from
Jan 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/antora/modules/reference/pages/unlang/local.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ section (i.e. scope), and cannot be sent in a packet over the network.
}
----

<keyword>:: An `unlang` keywords which does not create create a subrequest. i.e. One of:
<keyword>:: An `unlang` keywords which does not create a subrequest. i.e. One of:

* xref:unlang/case.adoc[case]
* xref:unlang/else.adoc[else]
Expand All @@ -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.

<data-type>:: A "leaf" xref:type/all_types.adoc[data type]. Structural types such as `group`, `struct`, `tlv`, etc. are not allowed.

Expand Down
Loading