Skip to content

Commit 31caf94

Browse files
authored
Merge pull request #11 from DSteve595/patch-1
Fix typo in comment
2 parents a45506b + 108c724 commit 31caf94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-studio-3/checks/src/main/java/com/example/lint/checks/SampleCodeDetector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public List<Class<? extends UElement>> getApplicableUastTypes() {
6767

6868
@Override
6969
public UElementHandler createUastHandler(JavaContext context) {
70-
// Not: Visiting UAST nodes is a pretty general purpose mechanism;
70+
// Note: Visiting UAST nodes is a pretty general purpose mechanism;
7171
// Lint has specialized support to do common things like "visit every class
7272
// that extends a given super class or implements a given interface", and
7373
// "visit every call site that calls a method by a given name" etc.

0 commit comments

Comments
 (0)