From 6b8f6b2f6981c38bb7fd8febd6a0c5c2ac246c47 Mon Sep 17 00:00:00 2001 From: Marla Schulz Date: Fri, 7 Jun 2024 16:03:28 -0700 Subject: [PATCH] Use "the mean" instead of "mean", see: https://github.com/phetsims/mean-share-and-balance/issues/260 --- doc/implementation-notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/implementation-notes.md b/doc/implementation-notes.md index 1ca0994..fe13858 100644 --- a/doc/implementation-notes.md +++ b/doc/implementation-notes.md @@ -20,7 +20,7 @@ Before reading this document, please read: In all screens, there is a notepad shown towards the top of the screen that contains "sketches" of things shown towards the bottom of the screen. The term "sketch" is used in the comments and in class/variable names to indicate items that appear in this notepad. The term "table" is often used in comments and class names for things that appear on or relate -to the table at the bottom of the screen, and the term "notepad" is used similar for things relating to the notepad. +to the table at the bottom of the screen, and the term "notepad" is used similarly for things relating to the notepad. ### Model-View Transform @@ -51,8 +51,8 @@ the diameter (in view coordinates) of a data point is different in each. ### Model See [model.md](https://github.com/phetsims/mean-share-and-balance/blob/main/doc/model.md) -The central model is for the "Level Out" screen is `LevelOutModel`. `LevelOutModel` tracks water levels across cups, -ensures water levels change according to restrictions on space, and calculates mean across the data set. +The central model for the "Level Out" screen is `LevelOutModel`. `LevelOutModel` tracks water levels across cups, +ensures water levels change according to restrictions on space, and calculates the mean across the data set. ### View