Skip to content

Commit c951f2a

Browse files
authored
Fix typo
1 parent 837f663 commit c951f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/faq.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ Return <<xref/../../../reference/java_interop#typehints,type hints>> can sometim
304304
(defn new-file ^java.io.File [path] (java.io.File. path))
305305
----
306306

307-
Note that type hints can also be placed on the var itself, but placing it on the parmaeter vector is preferred for two reasons:
307+
Note that type hints can also be placed on the var itself, but placing it on the parameter vector is preferred for two reasons:
308308

309309
1. Var type hints are evaluated and for special primitive or array type hints like `^long` or `^longs`, these happen to also name functions. When the var type hints are evaluated they become function objects, which are invalid type hints and ignored.
310310
2. A multi-arity function may specify different return type hints for different arities (although this is not common).

0 commit comments

Comments
 (0)