Fix a typo in README

Hey, a single letter fix is also a fix. I hate typos, and when I'm lazy and use TTS, typos confuse me a lot.
This commit is contained in:
J Phani Mahesh 2014-10-02 19:31:17 +05:30
parent a34a2f7d57
commit ae596ae2a9

View File

@ -40,7 +40,7 @@ To compile it, run `qmake` and `make` in the `zeal` directory. On Linux, a final
* [Issues](https://github.com/jkozera/zeal/issues)
* Search enhancements - some ideas:
* Allow selecting subset of docsets to search in (enable/disable docsets, docset groups)
* Grouping of similar results (like overloaded funcdtions)
* Grouping of similar results (like overloaded functions)
* Code cleanup
* Refactoring to reuse common code between `ZealDocsetsRegistry` and `ZealListModel`
* ...