Skip to content

Commit 31a1166

Browse files
committed
refactor 3-paths to fix encoding error
1 parent 974ed0e commit 31a1166

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Sprint-1/1-key-exercises/3-paths.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// The diagram below shows the different names for parts of a file path on a Unix operating system
22

3-
// ┌─────────────────────┬────────────┐
4-
// dir base
5-
// ├──────┬ ├──────┬─────┤
6-
// root name ext
3+
// ????????????????????????????????????
4+
// ? dir ? base ?
5+
// ???????? ??????????????
6+
// ? root ? ? name ? ext ?
77
// " / home/user/dir / file .txt "
8-
// └──────┴──────────────┴──────┴─────┘
8+
// ????????????????????????????????????
99

1010
// (All spaces in the "" line should be ignored. They are purely for formatting.)
1111

0 commit comments

Comments
 (0)