Skip to content

Commit 85c47a7

Browse files
committed
Fix formatting for backticks in Kotlin docs
(cherry picked from commit e625a28)
1 parent ab93020 commit 85c47a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/languages/kotlin/spring-projects-in.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ file with a `spring.test.constructor.autowire.mode = all` property.
352352
[[per_class-lifecycle]]
353353
=== `PER_CLASS` Lifecycle
354354

355-
Kotlin lets you specify meaningful test function names between backticks (```).
355+
Kotlin lets you specify meaningful test function names between backticks (+++```+++).
356356
With JUnit Jupiter (JUnit 5), Kotlin test classes can use the `@TestInstance(TestInstance.Lifecycle.PER_CLASS)`
357357
annotation to enable single instantiation of test classes, which allows the use of `@BeforeAll`
358358
and `@AfterAll` annotations on non-static methods, which is a good fit for Kotlin.

0 commit comments

Comments
 (0)