diff --git a/data/part-4/3-files-and-reading-data.md b/data/part-4/3-files-and-reading-data.md index 2d4c2d4c4..c36f3d406 100644 --- a/data/part-4/3-files-and-reading-data.md +++ b/data/part-4/3-files-and-reading-data.md @@ -245,7 +245,7 @@ Files exist on the hard drive of a computer, which is, in reality, a large set o -Files can exist practically anywhere on a hard drive, even separated into multiple pieces. The computer's **filesystem** has the responsibility of keeping track of the locations of files on the hard drive as well as providing the ability to create new files and modify them. The filesystem's main responsibility is abstracting the true structure of the hard drive; a user or a program using a file doesn't need to care about the about how, or where, the file is actually stored. +Files can exist practically anywhere on a hard drive, even separated into multiple pieces. The computer's **filesystem** has the responsibility of keeping track of the locations of files on the hard drive as well as providing the ability to create new files and modify them. The filesystem's main responsibility is abstracting the true structure of the hard drive; a user or a program using a file doesn't need to care about how, or where, the file is actually stored.