From ab66ea7cbf766e6d9e3ee18e280192d73a6f8061 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 7 Dec 2017 13:34:05 -0500 Subject: [PATCH] states: {0=>1}-index Nothing is referencing these values without use of the constants right now, so we're just going to make this change real quick... :) --- core/states.xml | 106 ++++++++++++++++++++++++------------------------ 1 file changed, 53 insertions(+), 53 deletions(-) diff --git a/core/states.xml b/core/states.xml index 645d7e69..a9dd1308 100644 --- a/core/states.xml +++ b/core/states.xml @@ -26,64 +26,64 @@
The type \ref{State} contains each of the States in the United~States, with the addition of Washington~DC. - The States are 0-indexed and sorted by \emph{abbreviation}\footnote{ + The States are 1-indexed and sorted by \emph{abbreviation}\footnote{ States are sorted by abbreviation rather than the State name beacuse they are most frequently referenced as such.}. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +