Commit a9b3e009 authored by yann300's avatar yann300

typo

parent 1926227b
...@@ -75,7 +75,7 @@ function Bool (type) { ...@@ -75,7 +75,7 @@ function Bool (type) {
function DynamicByteArray (type) { function DynamicByteArray (type) {
var match = type.match(/( storage ref| storage pointer| memory| calldata)?$/) var match = type.match(/( storage ref| storage pointer| memory| calldata)?$/)
if (match.length > 1) { if (match.length > 1) {
return new BytesType(match[1].trim()) return new BytesType(match[1].trim())
} else { } else {
return null return null
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment