Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-arya committed Aug 21, 2023
1 parent 1a95cc8 commit c3a3c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compact.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ This can be useful when using `@compact` to hierarchically construct
complex models to be used inside a `Chain`.
"""
macro compact(_exs...)
# check inputs, extracting function expression fex and unproccesesed keyword arguments _kwexs
# check inputs, extracting function expression fex and unprocessed keyword arguments _kwexs
isempty(_exs) && error("expects at least one expression")
if Meta.isexpr(_exs[1], :parameters)
length(_exs) >= 2 || error("expects an anonymous function")
Expand Down

0 comments on commit c3a3c30

Please sign in to comment.