mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
docs(vim.fs): normalize Windows example was incorrect (#21966)
This commit is contained in:
@@ -282,7 +282,7 @@ end
|
||||
---
|
||||
--- Examples:
|
||||
--- <pre>lua
|
||||
--- vim.fs.normalize('C:\\Users\\jdoe')
|
||||
--- vim.fs.normalize('C:\\\\Users\\\\jdoe')
|
||||
--- --> 'C:/Users/jdoe'
|
||||
---
|
||||
--- vim.fs.normalize('~/src/neovim')
|
||||
|
||||
Reference in New Issue
Block a user