Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mkopec87 committed Aug 13, 2020
1 parent 7e12a02 commit 54acba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/src/main/groovy/com/kezong/fataar/RProcessor.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class RProcessor {
return
}
def subclass = splits.get(0)
def name = splits.get(1).repleace(".", "_")
def name = splits.get(1).replace(".", "_")
if (subclass == "attr?") {
//styleable attributes
subclass = "attr"
Expand Down

0 comments on commit 54acba7

Please sign in to comment.