Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit f6f34f4

Browse files
committed
readme修正
1 parent 30634c1 commit f6f34f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ data class Sample(
9393
val arg3: String? = null
9494
)
9595

96-
private val fastKFunction: FastKFunction<Sample> = FastKFunction.of(::Sample)
96+
val fastKFunction: FastKFunction<Sample> = FastKFunction.of(::Sample)
9797

9898
fun map(src: Map<String, Any?>): Sample {
9999
return fastKFunction.generateBucket()

0 commit comments

Comments
 (0)