mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Apparently I don't know how to spell 'sigil'
This commit is contained in:
@@ -24,7 +24,7 @@ func (widget *Widget) display() {
|
||||
|
||||
widget.View.SetTitle(widget.title(cityData))
|
||||
|
||||
str := wtf.SygilStr(len(widget.Data), widget.Idx, widget.View) + "\n"
|
||||
str := wtf.SigilStr(len(widget.Data), widget.Idx, widget.View) + "\n"
|
||||
str = str + widget.description(cityData) + "\n\n"
|
||||
str = str + widget.temperatures(cityData) + "\n"
|
||||
str = str + widget.sunInfo(cityData)
|
||||
|
||||
Reference in New Issue
Block a user