Skip to content

Commit 679b6f1

Browse files
fix: update code block syntax in YmlConfigWrapper documentation
1 parent 7a43d27 commit 679b6f1

File tree

1 file changed

+1
-1
lines changed
  • surf-api-core/surf-api-core-api/src/main/kotlin/dev/slne/surf/surfapi/core/api/config

1 file changed

+1
-1
lines changed

surf-api-core/surf-api-core-api/src/main/kotlin/dev/slne/surf/surfapi/core/api/config/YmlConfigWrapper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import kotlin.reflect.KClass
1414
* @param fileName The name of the configuration file in YAML format.
1515
*
1616
* Example usage:
17-
* ```
17+
* ```kotlin
1818
* import dev.slne.surf.surfapi.core.api.config.surfConfigApi
1919
*
2020
* val myConfig = surfConfigApi.createYmlConfig<MyConfigClass>(configFolderPath)

0 commit comments

Comments
 (0)