Skip to content

Commit

Permalink
Fix typo in documentation for @extract (#2545)
Browse files Browse the repository at this point in the history
Fix typo in extract documentation
  • Loading branch information
ConnectedSystems committed Jan 3, 2023
1 parent ce30f34 commit 1c6d934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/utilities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function extract_expr(extract_func, dictlike, args)
end

"""
usage @exctract scene (a, b, c, d)
usage @extract scene (a, b, c, d)
"""
macro extract(scene, args)
extract_expr(getindex, scene, args)
Expand Down

0 comments on commit 1c6d934

Please sign in to comment.