You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/binary-api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -251,7 +251,7 @@ This annotation would generate an stable accessor. This annotation could be used
251
251
252
252
### Make all `private[C]` part of the binary API
253
253
254
-
Currently, we already make `private[C]` public in the binary API but do not guarantee but do not have the same guarantees regarding binary compatibility.
254
+
Currently, we already make `private[C]` public in the binary API but do not have the same guarantees regarding binary compatibility.
255
255
For example, the following change is binary compatible but would remove the existence of the `private[C]` definition in the bytecode.
0 commit comments