Skip to content

Commit

Permalink
✏️ Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Sep 27, 2018
1 parent f85198f commit 2bb0e48
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
*
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 2.28.0.4, Sep 3, 2018
* @version 2.28.0.5, Sep 27, 2018
* @since 0.2.0
*/
@Service
Expand Down Expand Up @@ -1626,7 +1626,7 @@ public JSONObject getPerfectArticles(final int avatarViewMode, final int current

JSONObject result;
try {
Stopwatchs.start("Query recent articles");
Stopwatchs.start("Query perfect articles");

result = articleRepository.get(query);
} catch (final RepositoryException e) {
Expand Down

0 comments on commit 2bb0e48

Please sign in to comment.