Skip to content

Commit

Permalink
tpyo
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen committed Sep 9, 2023
1 parent 000409f commit 908e502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/com/rpl/proxy_plus.clj
Original file line number Diff line number Diff line change
Expand Up @@ -325,10 +325,10 @@
implementation bodies must refer to interfaces.
Clojure has certain arbitary restrictions on primative hints (^long, ^int,
etc). If the type signature given to proxy does not allow a legal clojure
etc). If the type signature given to proxy does not allow a legal Clojure
function to be constructed then the primative type hints will be used to
match the method being over-ridden but otherwise ignored for the purposes of
constructing the CLojure function."
constructing the Clojure function."
{:arglists '([[super-args] & impl-body]
[ClassNameSymbol [super-args] & impl-body])}
[& args]
Expand Down

0 comments on commit 908e502

Please sign in to comment.