Merge pull request #33338 from Macaber/patch-1

This commit is contained in:
Craig Wright 2023-06-12 12:14:01 -07:00 committed by GitHub
commit 34c0e915dc
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, port in ip_addrs ~}
%{ for addr in ip_addrs ~}
backend ${addr}:${port}
%{ endfor ~}
```