Skip to content

Commit 6da9e16

Browse files
nicolasstuckiodersky
authored andcommitted
Fix typo
1 parent 13993ec commit 6da9e16

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)