Skip to content

Commit

Permalink
Update src/callback.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Arslan <[email protected]>
  • Loading branch information
palday and ararslan authored Jul 19, 2024
1 parent ace9689 commit cfc83cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callback.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ end
The function called by R `.External` for Julia callbacks.
The argument should be`Ptr{ListSxp}` containing
The argument should be a `Ptr{ListSxp}` containing
- a pointer to the function itself (`Ptr{ExtPtrSxp}`)
- a pointer to the Julia function (`Ptr{ExtPtrSxp}`)
- any arguments (as `Ptr{S<:Sxp}`)
Expand Down

0 comments on commit cfc83cd

Please sign in to comment.