mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
fixed a typo
This commit is contained in:
@@ -86,7 +86,7 @@ module Linguist
|
|||||||
protected
|
protected
|
||||||
|
|
||||||
# Returns true if the attribute is present and not the string "false".
|
# Returns true if the attribute is present and not the string "false".
|
||||||
def boolean_attribute(attrbute)
|
def boolean_attribute(attribute)
|
||||||
attribute != "false"
|
attribute != "false"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user