From 648de46fdc35cd66bc07fb5ebd97422bd3a88522 Mon Sep 17 00:00:00 2001 From: hardroadcrush <130765493+hardroadcrush@users.noreply.github.com> Date: Tue, 31 Mar 2026 00:43:06 -0900 Subject: [PATCH] Update maintext-FS-0.html Made it more readable by -Correcting typos -Paraphrasing certain lines to be more crisp --- tutorials/online/maintext-FS-0.html | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/tutorials/online/maintext-FS-0.html b/tutorials/online/maintext-FS-0.html index f8faeb0..1d86605 100644 --- a/tutorials/online/maintext-FS-0.html +++ b/tutorials/online/maintext-FS-0.html @@ -40,9 +40,9 @@
There are two kinds of problems that can arise: @@ -67,11 +67,10 @@
We begin our tutorial with a simple model of a file system. It has a notion of a "file system object" which can be either a file - or a directory. Every file system object knows its parent, and - directories also know their contents. We will also create the + or a directory. Every file system object knows it's parent, and + directories also know their direct contents. We will also create the notion of a "root directory", which resides at the top of the file system. @@ -122,9 +121,9 @@
By the end of the first lesson, you will have written a simple - static file system, constrained it to exclude ill-formed - file-systems, and verified some properties about it. +
By the end of the first lesson, you will have ;written a simple + static file system; constrained it to exclude ill-formed + file-systems and verified some properties about it.