Skip to content

Commit 36586cf

Browse files
committed
fix typo
1 parent 77f0fc5 commit 36586cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/anvl/document.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def self.parse str
1414
def initialize anvl_string_or_hash = nil
1515
@entries = Array.new
1616

17-
case anvl_string_or_Hash
17+
case anvl_string_or_hash
1818
when Hash
1919
self.push anvl_string_or_hash
2020

0 commit comments

Comments
 (0)