Skip to content

Commit

Permalink
Merge pull request #10 from OisinA/patch-1
Browse files Browse the repository at this point in the history
Change 'Strin' to 'String'
  • Loading branch information
Hanyuan Li authored Feb 7, 2019
2 parents 009cfdf + 62304c6 commit 042814c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hedron/ui/multiline_entry.cr
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module Hedron
end

def text : String
return Strin.new(UI.multiline_entry_text(to_unsafe))
return String.new(UI.multiline_entry_text(to_unsafe))
end

def text=(entry_text : String)
Expand Down

0 comments on commit 042814c

Please sign in to comment.