Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: include/AdblockPlus/FilterEngine.h

Issue 29420558: Noissue - update overlooked comment (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created April 24, 2017, 8:25 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/AdblockPlus/FilterEngine.h
diff --git a/include/AdblockPlus/FilterEngine.h b/include/AdblockPlus/FilterEngine.h
index cc276feaabcbfe1c89df248a7681d69b347420ae..be5b44f68dfafdfb9f30ba644888e616fc671d20 100644
--- a/include/AdblockPlus/FilterEngine.h
+++ b/include/AdblockPlus/FilterEngine.h
@@ -137,7 +137,7 @@ namespace AdblockPlus
};
/**
- * Shared smart pointer to a `Filter` instance.
+ * A smart pointer to a `Filter` instance.
*/
typedef std::unique_ptr<Filter> FilterPtr;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld