Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samcv committed Dec 11, 2016
1 parent 2a034a2 commit 88ff39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/linguist/heuristics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def call(data)
if /^=pod|=cut/.match(data)
Language["Pod"]
elsif /^\s*=begin pod/.match(data)
Language=["Perl6"]
Language["Perl6"]
else
Language["Pod"]
end
Expand Down

0 comments on commit 88ff39c

Please sign in to comment.