Skip to content

Commit 66a36b9

Browse files
typo fix
1 parent b9e56ea commit 66a36b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reading.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ think of the path as directions to the file. There are two kinds of paths:
8686
*relative* paths and *absolute* paths. A relative path indicates where the file is
8787
with respect to your *working directory* (i.e., "where you are currently") on the computer.
8888
On the other hand, an absolute path indicates where the file is
89-
in respect to the computer's filesystem base (or *root*) folder, regardless of where you are working.
89+
with respect to the computer's filesystem base (or *root*) folder, regardless of where you are working.
9090

9191
Suppose our computer's filesystem looks like the picture in Figure
9292
\@ref(fig:file-system-for-export-to-intro-datascience). We are working in a

0 commit comments

Comments
 (0)