1
0
mirror of https://github.com/go-task/task.git synced 2025-03-25 21:39:05 +02:00

Documentation typo

Fixes #555
This commit is contained in:
Andrey Nering 2021-09-04 21:30:28 -03:00
parent 18decac44d
commit fa0e72bd69

View File

@ -617,7 +617,7 @@ Task also adds the following functions:
- `toSlash`: Does nothing on Unix, but on Windows converts a string from `\`
path format to `/`.
- `fromSlash`: Opposite of `toSlash`. Does nothing on Unix, but on Windows
converts a string from `\` path format to `/`.
converts a string from `/` path format to `\`.
- `exeExt`: Returns the right executable extension for the current OS
(`".exe"` for Windows, `""` for others).