From fa0e72bd6984b218f119cf206906356735133ef7 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 4 Sep 2021 21:30:28 -0300 Subject: [PATCH] Documentation typo Fixes #555 --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index f3a704a2..e313cd03 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -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).