From: Jorge Pereira Date: Tue, 23 Aug 2022 17:30:32 +0000 (-0300) Subject: doc: Fix typo (#4683) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6bfd221fd4613a0950823f691d89818506d1a54;p=thirdparty%2Ffreeradius-server.git doc: Fix typo (#4683) --- diff --git a/doc/antora/modules/reference/pages/unlang/edit.adoc b/doc/antora/modules/reference/pages/unlang/edit.adoc index 75a5cb7f472..d16dc720f71 100644 --- a/doc/antora/modules/reference/pages/unlang/edit.adoc +++ b/doc/antora/modules/reference/pages/unlang/edit.adoc @@ -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" } ---- ====