Skip to content

Commit 4e33fec

Browse files
committed
plurals are hard
1 parent a34db8d commit 4e33fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/helpers/diseaseStatusUtils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function mEpochToDate(date) {
1717

1818
/**
1919
* Converts Text Value to code in mCODE's ConditionStatusTrendVS
20-
* @param {string} text - limited to keys in the DiseaseStatusTextToCodeLookup's above
20+
* @param {string} text - limited to keys in the DiseaseStatusTextToCodeLookups above
2121
* @return {code} corresponding DiseaseStatus code
2222
*/
2323
function getDiseaseStatusCode(text, implementation) {
@@ -31,7 +31,7 @@ function getDiseaseStatusCode(text, implementation) {
3131

3232
/**
3333
* Converts code in mCODE's ConditionStatusTrendVS to Text Value
34-
* @param {string} code - limited to keys in the DiseaseStatusCodeToTextLookup's above
34+
* @param {string} code - limited to keys in the DiseaseStatusCodeToTextLookups above
3535
* @return {string} corresponding DiseaseStatus display text
3636
*/
3737
function getDiseaseStatusDisplay(code, implementation) {

0 commit comments

Comments
 (0)