Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Mar 22, 2018
1 parent 71cd704 commit e57c09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/anystyle/normalizer/pubmed.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class PubMed < Normalizer
@keys = [:note]

def normalize(item)
each_value(note) do |_, value|
each_value(item) do |_, value|
if (value =~ /PMID:?\s*(\d+)/)
append :pmid, $1
end
Expand Down

0 comments on commit e57c09f

Please sign in to comment.