Further improvements in documentation
[mdictionary] / src / mdictionary / gui / SearchBarWidget.h
index 0309bd9..31e8fa7 100644 (file)
@@ -45,7 +45,7 @@ public:
     ~SearchBarWidget();
 
 Q_SIGNALS:
-    //! Requests to search for list of words matching word passed as
+    //! Requests to search for a list of words matching word passed as
     //! parameter
     void searchForTranslations(QString);
 
@@ -90,13 +90,13 @@ public Q_SLOTS:
     */
     void setIdle();
 
-    //! Searches for given word
+    //! Searches for a given word
     /*!
       Sets word as text in search word line edit
     */
     void search(QString word);
 
-    //! Starts to search for given word after 500 ms delay
+    //! Starts to search for a given word after 500 ms delay
     /*!
       Sets word as text in search word line edit, and waits 500 ms to start
       search. If in the meantime this slot is called again it will stop previous