Fix Examples ip_addrs

This commit is contained in:
Anton Patsev 2023-01-20 18:36:28 +06:00 committed by GitHub
parent 9001bef525
commit 119bff6ca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ better editing experience as a result.
Given a template file `backends.tftpl` with the following content:
```
%{ for addr in ip_addrs ~}
%{ for addr, port in ip_addrs ~}
backend ${addr}:${port}
%{ endfor ~}
```