From d7c3834bf0eab948b4dcc6193c52933dda2f20d0 Mon Sep 17 00:00:00 2001 From: jg <57115019+joeyagreco@users.noreply.github.com> Date: Wed, 2 Nov 2022 00:05:19 -0500 Subject: [PATCH] fixed plus/minus link --- doc/stats.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/stats.md b/doc/stats.md index 433e0f4b..1e1b4ab4 100644 --- a/doc/stats.md +++ b/doc/stats.md @@ -23,7 +23,7 @@ ___ - [Max Scoring Share](https://github.com/joeyagreco/leeger/blob/main/doc/stats.md#max-scoring-share) - [Min Score](https://github.com/joeyagreco/leeger/blob/main/doc/stats.md#min-score) - [Min Scoring Share](https://github.com/joeyagreco/leeger/blob/main/doc/stats.md#min-scoring-share) -- [Plus/Minus](https://github.com/joeyagreco/leeger/blob/main/doc/stats.md#plus%2Fminus) +- [Plus Minus](https://github.com/joeyagreco/leeger/blob/main/doc/stats.md#plus-minus) - [Scoring Share](https://github.com/joeyagreco/leeger/blob/main/doc/stats.md#scoring-share) - [Scoring Standard Deviation](https://github.com/joeyagreco/leeger/blob/main/doc/stats.md#scoring-standard-deviation) - [Smart Wins](https://github.com/joeyagreco/leeger/blob/main/doc/stats.md#smart-wins) @@ -200,12 +200,12 @@ ___ > Since this is calculated relative to the rest of what the league scored, it is resilient to scoring changes across > seasons. > -> ## Plus/Minus +> ## Plus Minus > ___ > ### Purpose -> Plus/Minus (+/-) is used to show the net score differential for a team within a sample. +> Plus Minus (+/-) is used to show the net score differential for a team within a sample. > ### Formula -> Plus/Minus = ΣA - ΣB\ +> Plus Minus = ΣA - ΣB\ > WHERE:\ > A = All scores by a team within a sample\ > B = All scores against a team within a sample