Skip to content

Commit f7d5ae4

Browse files
Typo (#327)
1 parent 5519c83 commit f7d5ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/reflection.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export @device_code_lowered, @device_code_typed, @device_code_warntype, @device_
6060
#
6161

6262
"""
63-
Metal.return_type(f, tt) -> r::Type
63+
OpenCL.return_type(f, tt) -> r::Type
6464
6565
Return a type `r` such that `f(args...)::r` where `args::tt`.
6666
"""

0 commit comments

Comments
 (0)