From 92518892ec8d99a04cee9d51ab071087f06032d2 Mon Sep 17 00:00:00 2001 From: Jakob Gillich Date: Wed, 25 Jun 2014 19:08:46 +0200 Subject: [PATCH] docs: fix non-string ignore note in path.resolve Reviewed-By: Fedor Indutny --- doc/api/path.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/path.markdown b/doc/api/path.markdown index e01fa8b..602fa06 100644 --- a/doc/api/path.markdown +++ b/doc/api/path.markdown @@ -47,7 +47,7 @@ If `to` isn't already absolute `from` arguments are prepended in right to left order, until an absolute path is found. If after using all `from` paths still no absolute path is found, the current working directory is used as well. The resulting path is normalized, and trailing slashes are removed unless the path -gets resolved to the root directory. Non-string arguments are ignored. +gets resolved to the root directory. Non-string `from` arguments are ignored. Another way to think of it is as a sequence of `cd` commands in a shell. -- 2.7.4