Skip to content

Commit 1c6d934

Browse files
Fix typo in documentation for @extract (#2545)
Fix typo in extract documentation
1 parent ce30f34 commit 1c6d934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/utilities.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function extract_expr(extract_func, dictlike, args)
106106
end
107107

108108
"""
109-
usage @exctract scene (a, b, c, d)
109+
usage @extract scene (a, b, c, d)
110110
"""
111111
macro extract(scene, args)
112112
extract_expr(getindex, scene, args)

0 commit comments

Comments
 (0)