chore: update comment

This commit is contained in:
rcmerci
2025-01-14 15:01:31 +08:00
parent 04aa88b43e
commit d14c4393f9

View File

@@ -79,4 +79,8 @@
;; test multi-arity, variadic fn
(defn test-fn-to-profile
([a b] 1)
([b c d] 2)))
([b c d] 2))
(register-fn! 'frontend.handler.profiler/test-fn-to-profile
:custom-key-fn (fn [args result] {:a args :r result}))
)