Skip to content

Commit b843bc5

Browse files
committed
fix doc comment link
1 parent 8a8bf3b commit b843bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/src/main/kotlin/com/intuit/hooks/BaseHook.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@ public abstract class BaseHook<F : Function<*>>(private val type: String) {
121121
interceptors.addRegisterInterceptor(f)
122122
}
123123

124-
/** Method to generate a random identifier for managing `TapInfo`s */
124+
/** Method to generate a random identifier for managing [TapInfo]s */
125125
protected open fun generateRandomId(): String = UUID.randomUUID().toString()
126126
}

0 commit comments

Comments
 (0)