]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
doc: Fix typo (#4683)
authorJorge Pereira <jpereira@users.noreply.github.com>
Tue, 23 Aug 2022 17:30:32 +0000 (14:30 -0300)
committerGitHub <noreply@github.com>
Tue, 23 Aug 2022 17:30:32 +0000 (13:30 -0400)
doc/antora/modules/reference/pages/unlang/edit.adoc

index 75a5cb7f472a66440eecf3805d49adb275f92eb7..d16dc720f7179f9682c7ea36ea687d22b0e554f6 100644 (file)
@@ -193,7 +193,7 @@ given.
 [source,unlang]
 ----
 &reply += {
-       Filter-Id = "foo"
+       &Filter-Id = "foo"
 }
 ----
 ====
@@ -223,7 +223,7 @@ overriding the contents of a list.
 [source,unlang]
 ----
 &reply := {
-       Filter-Id = "foo"
+       &Filter-Id = "foo"
 }
 ----
 ====