Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasstucki committed Aug 30, 2023
1 parent 64f79d0 commit ca4f97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/binary-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ This annotation would generate an stable accessor. This annotation could be used

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

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.
Currently, we already make `private[C]` public in the binary API but do not have the same guarantees regarding binary compatibility.
For example, the following change is binary compatible but would remove the existence of the `private[C]` definition in the bytecode.
```diff
class C:
Expand Down

0 comments on commit ca4f97d

Please sign in to comment.