Skip to content

Commit 4c19f96

Browse files
authored
fix small typo in NEWS.md (#35611)
1 parent 8073ddf commit 4c19f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Build system changes
105105

106106
New library functions
107107
---------------------
108-
* The `@ccall` macro has been added added to Base. It is a near drop-in replacement for `ccall` with more Julia-like syntax. It also wraps the new `foreigncall` API for varargs of different types, though it lacks the capability to specify an LLVM calling convention. ([#32748])
108+
* The `@ccall` macro has been added to Base. It is a near drop-in replacement for `ccall` with more Julia-like syntax. It also wraps the new `foreigncall` API for varargs of different types, though it lacks the capability to specify an LLVM calling convention. ([#32748])
109109
* New functions `mergewith` and `mergewith!` supersede `merge` and `merge!` with `combine`
110110
argument. They don't have the restriction for `combine` to be a `Function` and also
111111
provide one-argument method that returns a closure. The old methods of `merge` and

0 commit comments

Comments
 (0)