Skip to content

Commit

Permalink
replace referencesList with referencesHash
Browse files Browse the repository at this point in the history
  • Loading branch information
mbjones committed Nov 28, 2018
1 parent 0b37214 commit 9adbcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/eml-validation-refs.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ structures in order to do the final consistency check. For example, in pseudoco
- For each `references` element
- If the `references` key is not in `referencesHash`,
then add it as a key with the `system` value to `referencesHash`
- If the `references` key is in `referencesList`, but the current `system`
- If the `references` key is in `referencesHash`, but the current `system`
value does not match the value for that key, then the document is invalid
- For each `references` attribute on an `annotation` element
- If the `references` key is not in `referencesHash`,
Expand Down

0 comments on commit 9adbcd0

Please sign in to comment.