Skip to content

Commit ca4f97d

Browse files
committed
Fix typo
1 parent 64f79d0 commit ca4f97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/binary-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ This annotation would generate an stable accessor. This annotation could be used
251251

252252
### Make all `private[C]` part of the binary API
253253

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.
255255
For example, the following change is binary compatible but would remove the existence of the `private[C]` definition in the bytecode.
256256
```diff
257257
class C:

0 commit comments

Comments
 (0)