Fix a result in examples for urlencode.html.md

This commit is contained in:
45deg 2021-08-12 13:47:27 +09:00 committed by GitHub
parent 1206298487
commit 494043ed24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,5 +30,5 @@ Hello%20World
> urlencode("☃")
%E2%98%83
> "http://example.com/search?q=${urlencode("terraform urlencode")}"
http://example.com/search?q=terraform%20urlencode
http://example.com/search?q=terraform+urlencode
```