Skip to content

Commit 36ccc5b

Browse files
committed
doc: Remove doubled "Julia" [av skip]
Addresses comments: #7906 (comment) #7906 (comment)
1 parent 103fe0b commit 36ccc5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/manual/calling-c-and-fortran-code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ function pointer arguments. For example, to match c-prototypes of the form::
158158
typedef returntype (*functiontype)(argumenttype,...)
159159

160160
The function `cfunction` generates the c-compatible function pointer for
161-
a call to a Julia Julia library function.
161+
a call to a Julia library function.
162162
Arguments to ``cfunction`` are as follows:
163163

164164
1. A Julia Function

0 commit comments

Comments
 (0)