From ba6a222f4d60efd067f331017303c39e42dd6fb6 Mon Sep 17 00:00:00 2001 From: Matt Ahrens Date: Sat, 23 Sep 2023 08:05:56 -0500 Subject: [PATCH] Updating lesson 02 --- docs/02-Collecting-and-displaying-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-Collecting-and-displaying-data.md b/docs/02-Collecting-and-displaying-data.md index 1d0a928..8dcd6c3 100644 --- a/docs/02-Collecting-and-displaying-data.md +++ b/docs/02-Collecting-and-displaying-data.md @@ -110,4 +110,4 @@ The output should be a set of records with fields representing what is in your r ## Summary -When collecting data, you have to consider the main object that you are collecting data for and then what specific facts or attributes about the object that you want to collect. When data is collected, it is usually represented by records -- where each object is a record -- and by fields -- where each attribute about the object is a field. You can display data that is collected in different ways. +When collecting data, you have to consider the main object that you are collecting data for and then what specific facts or attributes about the object that you want to collect. When data is collected, it is usually represented as a table consisting of records -- where each object is a record -- and fields -- where each attribute about the object is a field.