From 550b46005c6cf17dfae98d713de74116fe8aff95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Arboleda?= Date: Tue, 12 Oct 2021 16:17:39 -0500 Subject: [PATCH] FIXUP --- doc/api/fs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index 58d99717a92825..0debc1ab11d9d0 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3668,8 +3668,8 @@ The above example creates a symbolic link `mewtwo` which points to `mew` in the same directory: ```bash -$ tree example/ -example/ +$ tree . +. ├── mew └── mewtwo -> ./mew ```