From f3c2a0d23575a6c8026ffcf3e8088b0a54cf00f3 Mon Sep 17 00:00:00 2001 From: Adam Bolte Date: Thu, 24 May 2018 17:47:03 +1000 Subject: [PATCH] Fix $ipaddress6$ attribute name typo in the docs fixes #6329 --- doc/18-library-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/18-library-reference.md b/doc/18-library-reference.md index fcef4597b..5a3209dfe 100644 --- a/doc/18-library-reference.md +++ b/doc/18-library-reference.md @@ -588,7 +588,7 @@ for [custom attributes](03-monitoring-basics.md#custom-attributes-functions) whi use the [abbreviated lambda syntax](17-language-reference.md#nullary-lambdas). This example sets the `snmp_address` custom attribute -based on `$address$` and `$address6`. +based on `$address$` and `$address6$`. ``` vars.snmp_address = {{ -- 2.40.0