Skip to content

Commit 75a0ea8

Browse files
authored
added comma and line breaks
I added a comma for readability, and line breaks so lines are no more than 100 characters (per carpentry suggestions)
1 parent 11a7075 commit 75a0ea8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

episodes/03-foundations.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,11 @@ This does not mean that the computer isn't useful. Given a repetitive task, an e
3838

3939
### Beyond the Interface
4040

41-
Much of the work that you do with data may be completed through a software interface. Your archival catalog and excel spreadsheets are interfaces that allow you to view your data more easily. The data itself is organized into structures that many of you will be familiar with but is much more text heavy and may not be as simple for humans to read.
42-
41+
Much of the work that you do with data may be completed through a software interface. Your
42+
archival catalog and excel spreadsheets are interfaces that allow you to view your data more
43+
easily. The data itself is organized into structures that many of you will be familiar with, but
44+
is much more text heavy and may not be as simple for humans to read.
45+
4346
### Plain text formats are your friend
4447

4548
Why? Because computers can process them! Structures and formats that may be easier for humans to read often cannot be read by computers.

0 commit comments

Comments
 (0)