Skip to content

Commit

Permalink
Merge pull request #176 from mkopec87/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
kezong authored Aug 14, 2020
2 parents 7e12a02 + 54acba7 commit 93d736f
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 93d736f

Please sign in to comment.