Skip to content

Commit

Permalink
Merge pull request #62 from NightRa/patch-2
Browse files Browse the repository at this point in the history
Display correct header for docs
  • Loading branch information
archaeron committed Sep 12, 2015
2 parents abc4b8c + 7c881c4 commit 66bbce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/idris-controller.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class IdrisController
[type, highlightingInfo] = msg
@messages.show()
@messages.clear()
@messages.setTitle 'Idris: Type of <tt>' + word + '</tt>', true
@messages.setTitle 'Idris: Docs for <tt>' + word + '</tt>', true
informationView = new InformationView
informationView.initialize
obligation: type
Expand Down

0 comments on commit 66bbce9

Please sign in to comment.