Skip to content

Commit

Permalink
Update docs/pages/gettingstarted/type-resolution.md
Browse files Browse the repository at this point in the history
Co-authored-by: Goooler <wangzongler@gmail.com>
  • Loading branch information
2 people authored and 3flex committed Apr 10, 2022
1 parent c0394b0 commit eb0d239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/gettingstarted/type-resolution.md
Expand Up @@ -115,7 +115,7 @@ If you're using JUnit 5 for testing, you can use the `@KotlinCoreEnvironmentTest
accept a parameter of type `KotlinCoreEnvironment` in the class constructor. You can then access the environment by
referencing the parameter specified in the constructor:

```kolin
```kotlin
@KotlinCoreEnvironmentTest
class MyRuleSpec(private val env: KotlinCoreEnvironment) {
@Test
Expand Down

0 comments on commit eb0d239

Please sign in to comment.