fixup! typo tmp/somefile -> /tmp/somefile

This commit is contained in:
TheLeoP 2024-06-20 09:08:41 -05:00
parent 168c3f61df
commit e82c39db2d

View File

@ -50,7 +50,7 @@ local global_net_opts = {
--- -- Download a file to a path
--- -- The file will be saved in `/tmp/somefile`
--- vim.net.download("https://httpbingo.org/anything", {
--- as = "tmp/somefile",
--- as = "/tmp/somefile",
--- })
---
--- -- Download a file while sending headers