Skip to content

Commit

Permalink
Fix typo in calling-c-and-fortran-code.md (#50121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hodapp87 authored Jun 9, 2023
1 parent 59bf9e8 commit 0919cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/calling-c-and-fortran-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ A table of translations between the macro and function interfaces is given below

## [Calling Convention](@id calling-convention)

The second argument to `ccall` (immediatel preceding return type) can optionally
The second argument to `ccall` (immediately preceding return type) can optionally
be a calling convention specifier (the `@ccall` macro currently does not support
giving a calling convention). Without any specifier, the platform-default C
calling convention is used. Other supported conventions are: `stdcall`, `cdecl`,
Expand Down

0 comments on commit 0919cba

Please sign in to comment.