Skip to content

Commit

Permalink
Merge pull request #122 from dais39/fixed_sample_code_for_kotlin
Browse files Browse the repository at this point in the history
Fixed sample code for Kotlin
  • Loading branch information
codecholeric committed Nov 20, 2018
2 parents f77913e + 8a75ae9 commit c8085cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/003_Getting_Started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class MyArchitectureTest {
@ArchTest
fun rule_as_method(classes: JavaClasses) {
ArchRule rule = ArchRuleDefinition.noClasses().should()...
val rule = ArchRuleDefinition.noClasses().should()...
rule.check(classes)
}
}
Expand Down

0 comments on commit c8085cb

Please sign in to comment.