Skip to content

Commit 47d9124

Browse files
ktosoheckj
andauthored
Update _posts/2025-11-NN-swift-gsoc-2025-highlight-2-swift-java-jextract-jni-mode.md
Co-authored-by: Joseph Heck <[email protected]>
1 parent ea1bac7 commit 47d9124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-11-NN-swift-gsoc-2025-highlight-2-swift-java-jextract-jni-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func Java_com_example_swift_MySwiftClass__00024init__JJ(environment: UnsafeMutab
117117
return resultBits$.getJNIValue(in: environment!)
118118
}
119119
```
120-
We are basically allocating memory for a single instance of `MySwiftClass`, initializing it to a new instance and returning the memory address of the pointer. It is the same approach for `struct` as well\!
120+
We are basically allocating memory for a single instance of `MySwiftClass`, initializing it to a new instance and returning the memory address of the pointer. It is the same approach for `struct` as well!
121121

122122
# My experience with GSoC
123123

0 commit comments

Comments
 (0)